/* Intel ECC compiler doesn't support gcc specific asm stmts. * It uses intrinsics to do the equivalent things. */ #undef barrier (略)
#define barrier() __memory_barrier()