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

Function test_add_pd

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

Source from the content-addressed store, hash-verified

27 sizeof(interesting_doubles_) / sizeof(interesting_doubles_[0]);
28
29void NOINLINE test_add_pd() { testNaNBits = false; Ret_M256d_M256d(__m256d, _mm256_add_pd); }
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); }

Callers 1

test_avx.cppFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected