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

Function test_div_ps

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

Source from the content-addressed store, hash-verified

37
38void NOINLINE test_div_pd() { testNaNBits = true; Ret_M256d_M256d(__m256d, _mm256_div_pd); }
39void NOINLINE test_div_ps() { testNaNBits = true; Ret_M256_M256(__m256, _mm256_div_ps); }
40
41void NOINLINE test_mul_pd() { testNaNBits = false; Ret_M256d_M256d(__m256d, _mm256_mul_pd); }
42void NOINLINE test_mul_ps() { testNaNBits = false; Ret_M256_M256(__m256, _mm256_mul_ps); }

Callers 1

test_avx.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected