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

Function test_sub_pd

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

Source from the content-addressed store, hash-verified

30void NOINLINE test_add_ps() { testNaNBits = false; Ret_M256_M256(__m256, _mm256_add_ps); }
31
32void NOINLINE test_sub_pd() { testNaNBits = true; Ret_M256d_M256d(__m256d, _mm256_sub_pd); }
33void NOINLINE test_sub_ps() { testNaNBits = true; Ret_M256_M256(__m256, _mm256_sub_ps); }
34
35void NOINLINE test_addsub_pd() { testNaNBits = false; Ret_M256d_M256d(__m256d, _mm256_addsub_pd); }

Callers 1

test_avx.cppFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected