| Index: src/base/atomicops_internals_tsan.h
|
| ===================================================================
|
| --- src/base/atomicops_internals_tsan.h (revision 21880)
|
| +++ src/base/atomicops_internals_tsan.h (working copy)
|
| @@ -23,7 +23,9 @@
|
| struct AtomicOps_x86CPUFeatureStruct {
|
| bool has_amd_lock_mb_bug; // Processor has AMD memory-barrier bug; do lfence
|
| // after acquire compare-and-swap.
|
| +#if !defined(__SSE2__)
|
| bool has_sse2; // Processor has SSE2.
|
| +#endif
|
| };
|
| extern struct AtomicOps_x86CPUFeatureStruct
|
| AtomicOps_Internalx86CPUFeatures;
|
|
|