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

Function test_mul_pd

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

Source from the content-addressed store, hash-verified

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); }
43
44void NOINLINE test_hadd_pd() { testNaNBits = false; Ret_M256d_M256d(__m256d, _mm256_hadd_pd); }

Callers 1

test_avx.cppFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected