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

Function test_round_pd

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

Source from the content-addressed store, hash-verified

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

Callers 1

test_avx.cppFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected