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

Function test_max_ps

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

Source from the content-addressed store, hash-verified

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); }
56void NOINLINE test_min_ps() { Ret_M256_M256(__m256, _mm256_min_ps); }

Callers 1

test_avx.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected