Searched defs:SDL_CPUPauseInstruction (Results 1 – 1 of 1) sorted by relevance
233 …#define SDL_CPUPauseInstruction() __asm__ __volatile__("pause\n") /* Some assemblers can't do REP… macro235 #define SDL_CPUPauseInstruction() __asm__ __volatile__("yield" ::: "memory") macro237 #define SDL_CPUPauseInstruction() __asm__ __volatile__("or 27,27,27"); macro239 …#define SDL_CPUPauseInstruction() _mm_pause() /* this is actually "rep nop" and not a SIMD instru… macro241 #define SDL_CPUPauseInstruction() __yield() macro246 #define SDL_CPUPauseInstruction() macro
Completed in 3 milliseconds