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

Function test_round_ps

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

Source from the content-addressed store, hash-verified

57
58void NOINLINE test_round_pd() { Ret_M256d_Tint(__m256d, _mm256_round_pd); }
59void NOINLINE test_round_ps() { Ret_M256_Tint(__m256, _mm256_round_ps); }
60
61void NOINLINE test_ceil_pd() { Ret_M256d(__m256d, _mm256_ceil_pd); }
62void NOINLINE test_ceil_ps() { Ret_M256(__m256, _mm256_ceil_ps); }

Callers 1

test_avx.cppFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected