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

Function test_pause

test/sse/test_sse2.cpp:145–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143void NOINLINE test_lfence() { _mm_lfence(); }
144void NOINLINE test_mfence() { _mm_mfence(); }
145void NOINLINE test_pause() { _mm_pause(); }
146
147// SSE2 Load functions:
148void NOINLINE test_load_pd() { Ret_DoublePtr(__m128d, _mm_load_pd, 2, 2); }

Callers

nothing calls this directly

Calls 1

_mm_pauseFunction · 0.85

Tested by

no test coverage detected