| 143 | void NOINLINE test_lfence() { _mm_lfence(); } |
| 144 | void NOINLINE test_mfence() { _mm_mfence(); } |
| 145 | void NOINLINE test_pause() { _mm_pause(); } |
| 146 | |
| 147 | // SSE2 Load functions: |
| 148 | void NOINLINE test_load_pd() { Ret_DoublePtr(__m128d, _mm_load_pd, 2, 2); } |
nothing calls this directly
no test coverage detected