Ticket #24393: u_atomic.h.diff
File u_atomic.h.diff, 359 bytes (added by yaseppochi (Stephen J. Turnbull), 15 years ago) |
---|
-
src/gallium/auxiliary/util/u_atomic.h
old new 32 32 #elif defined(PIPE_CC_GCC) && (PIPE_CC_GCC_VERSION >= 401) 33 33 #define PIPE_ATOMIC_GCC_INTRINSIC 34 34 #else 35 # error "Unsupported platform"35 #define PIPE_ATOMIC_GCC_INTRINSIC 36 36 #endif 37 37 38 38