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

Function test_blend_ps

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

Source from the content-addressed store, hash-verified

118
119void NOINLINE test_blend_pd() { Ret_M256d_M256d_Tint(__m256d, _mm256_blend_pd); }
120void NOINLINE test_blend_ps() { Ret_M256_M256_Tint(__m256, _mm256_blend_ps); }
121void NOINLINE test_blendv_pd() { Ret_M256d_M256d_M256d(__m256d, _mm256_blendv_pd); }
122void NOINLINE test_blendv_ps() { Ret_M256_M256_M256(__m256, _mm256_blendv_ps); }
123

Callers 1

test_avx.cppFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected