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

Function test_ceil_ps

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

Source from the content-addressed store, hash-verified

60
61void NOINLINE test_ceil_pd() { Ret_M256d(__m256d, _mm256_ceil_pd); }
62void NOINLINE test_ceil_ps() { Ret_M256(__m256, _mm256_ceil_ps); }
63
64void NOINLINE test_floor_pd() { Ret_M256d(__m256d, _mm256_floor_pd); }
65void NOINLINE test_floor_ps() { Ret_M256(__m256, _mm256_floor_ps); }

Callers 1

test_avx.cppFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected