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

Function test_cmp_ps

test/sse/test_avx.cpp:176–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174// split test_compare into multiple functions to avoid too many locals error
175void NOINLINE test_cmp_pd() { Ret_M128d_M128d_Tint_5bits(__m128d, _mm_cmp_pd); }
176void NOINLINE test_cmp_ps() { Ret_M128_M128_Tint_5bits(__m128, _mm_cmp_ps); }
177void NOINLINE test_cmp_sd() { Ret_M128d_M128d_Tint_5bits(__m128d, _mm_cmp_sd); }
178void NOINLINE test_cmp_ss() { Ret_M128_M128_Tint_5bits(__m128, _mm_cmp_ss); }
179

Callers 1

test_avx.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected