2016-01-15 22:15:44 +00:00
|
|
|
diff -up tbb44_20151115oss/include/tbb/machine/linux_ia32.h\~ tbb44_20151115oss/include/tbb/machine/linux_ia32.h
|
|
|
|
--- tbb44_20151115oss/include/tbb/machine/linux_ia32.h~ 2015-11-25 03:49:14.000000000 -0700
|
|
|
|
+++ tbb44_20151115oss/include/tbb/machine/linux_ia32.h 2016-01-14 20:29:45.251333321 -0700
|
|
|
|
@@ -34,7 +34,7 @@
|
2011-10-19 15:48:45 +00:00
|
|
|
#define __TBB_control_consistency_helper() __TBB_compiler_fence()
|
2011-07-26 14:41:37 +00:00
|
|
|
#define __TBB_acquire_consistency_helper() __TBB_compiler_fence()
|
|
|
|
#define __TBB_release_consistency_helper() __TBB_compiler_fence()
|
|
|
|
-#define __TBB_full_memory_fence() __asm__ __volatile__("mfence": : :"memory")
|
2016-01-15 22:15:44 +00:00
|
|
|
+#define __TBB_full_memory_fence() __sync_synchronize()
|
2011-07-26 14:41:37 +00:00
|
|
|
|
|
|
|
#if __TBB_ICC_ASM_VOLATILE_BROKEN
|
|
|
|
#define __TBB_VOLATILE
|
|
|
|
|
2016-01-15 22:15:44 +00:00
|
|
|
Diff finished. Thu Jan 14 20:30:12 2016
|