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

Function test_addsub_ps

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

Source from the content-addressed store, hash-verified

34
35void NOINLINE test_addsub_pd() { testNaNBits = false; Ret_M256d_M256d(__m256d, _mm256_addsub_pd); }
36void NOINLINE test_addsub_ps() { testNaNBits = false; Ret_M256_M256(__m256, _mm256_addsub_ps); }
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); }

Callers 1

test_avx.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected