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

Function test_max_pd

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

Source from the content-addressed store, hash-verified

50void NOINLINE test_dp_ps() { testNaNBits = false; Ret_M256_M256_Tint(__m256, _mm256_dp_ps); }
51
52void NOINLINE test_max_pd() { Ret_M256d_M256d(__m256d, _mm256_max_pd); }
53void NOINLINE test_max_ps() { Ret_M256_M256(__m256, _mm256_max_ps); }
54
55void NOINLINE test_min_pd() { Ret_M256d_M256d(__m256d, _mm256_min_pd); }

Callers 1

test_avx.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected