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

Function test_min_pd

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

Source from the content-addressed store, hash-verified

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); }
56void NOINLINE test_min_ps() { Ret_M256_M256(__m256, _mm256_min_ps); }
57
58void NOINLINE test_round_pd() { Ret_M256d_Tint(__m256d, _mm256_round_pd); }

Callers 1

test_avx.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected