Ticket #24393: u_atomic.h.diff

File u_atomic.h.diff, 359 bytes (added by yaseppochi (Stephen J. Turnbull), 14 years ago)
  • src/gallium/auxiliary/util/u_atomic.h

    old new  
    3232#elif defined(PIPE_CC_GCC) && (PIPE_CC_GCC_VERSION >= 401)
    3333#define PIPE_ATOMIC_GCC_INTRINSIC
    3434#else
    35 #error "Unsupported platform"
     35#define PIPE_ATOMIC_GCC_INTRINSIC
    3636#endif
    3737
    3838