MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / _mm_pause

Function _mm_pause

system/include/compat/emmintrin.h:1480–1484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1478}
1479
1480static __inline__ void __attribute__((__always_inline__, __nodebug__))
1481_mm_pause(void)
1482{
1483 // No pause/wait instruction in Wasm/SIMD.
1484}
1485
1486static __inline__ __m128d __attribute__((__always_inline__, __nodebug__))
1487_mm_undefined_pd()

Callers 2

test_pauseFunction · 0.85
proc_yieldFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_pauseFunction · 0.68