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

Function test_insertf128_ps

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

Source from the content-addressed store, hash-verified

141
142void NOINLINE test_insertf128_pd() { Ret_M256d_M128d_Tint(__m256d, _mm256_insertf128_pd); }
143void NOINLINE test_insertf128_ps() { Ret_M256_M128_Tint(__m256, _mm256_insertf128_ps); }
144void NOINLINE test_insertf128_si256() { Ret_M256i_M128i_Tint(__m256i, _mm256_insertf128_si256); }
145
146void NOINLINE test_extractf128_pd() { Ret_M256d_Tint(__m128d, _mm256_extractf128_pd); }

Callers 1

test_avx.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected