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

Function test_insertf128_pd

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

Source from the content-addressed store, hash-verified

140void NOINLINE test_unpacklo_ps() { Ret_M256_M256(__m256, _mm256_unpacklo_ps); }
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

Callers 1

test_avx.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected