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

Function test_testc_ps

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

Source from the content-addressed store, hash-verified

87
88void NOINLINE test_testz_ps() { Ret_M128_M128(int, _mm_testz_ps); }
89void NOINLINE test_testc_ps() { Ret_M128_M128(int, _mm_testc_ps); }
90void NOINLINE test_testnzc_ps() { Ret_M128_M128(int, _mm_testnzc_ps); }
91
92void NOINLINE test_mm256_testz_pd() { Ret_M256d_M256d(int, _mm256_testz_pd); }

Callers 1

test_avx.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected