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

Function test_floor_ps

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

Source from the content-addressed store, hash-verified

63
64void NOINLINE test_floor_pd() { Ret_M256d(__m256d, _mm256_floor_pd); }
65void NOINLINE test_floor_ps() { Ret_M256(__m256, _mm256_floor_ps); }
66
67void NOINLINE test_sqrt_pd() { Ret_M256d(__m256d, _mm256_sqrt_pd); }
68void NOINLINE test_sqrt_ps() { Ret_M256approx(__m256, _mm256_sqrt_ps); }

Callers 1

test_avx.cppFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected