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

Function test_cmp_ss

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

Source from the content-addressed store, hash-verified

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
180void NOINLINE test_mm256_cmp_pd_0_15() { Ret_M256d_M256d_Tint_5bits_0_to_15(__m256d, _mm256_cmp_pd); }
181void NOINLINE test_mm256_cmp_pd_16_31() { Ret_M256d_M256d_Tint_5bits_16_to_31(__m256d, _mm256_cmp_pd); }

Callers 1

test_avx.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected