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

Function test_sqrt_ps

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

Source from the content-addressed store, hash-verified

66
67void NOINLINE test_sqrt_pd() { Ret_M256d(__m256d, _mm256_sqrt_pd); }
68void NOINLINE test_sqrt_ps() { Ret_M256approx(__m256, _mm256_sqrt_ps); }
69void NOINLINE test_rsqrt_ps() { Ret_M256approx(__m256, _mm256_rsqrt_ps); }
70void NOINLINE test_rcp_ps() { Ret_M256approx(__m256, _mm256_rcp_ps); }
71

Callers 1

test_avx.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected