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

Function test_insert_epi8

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

Source from the content-addressed store, hash-verified

132void NOINLINE test_insert_epi32() { Ret_M256i_int_Tint(__m256i, _mm256_insert_epi32); }
133void NOINLINE test_insert_epi16() { Ret_M256i_int_Tint(__m256i, _mm256_insert_epi16); }
134void NOINLINE test_insert_epi8() { Ret_M256i_int_Tint(__m256i, _mm256_insert_epi8); }
135void NOINLINE test_insert_epi64() { Ret_M256i_int_Tint(__m256i, _mm256_insert_epi64); }
136
137void NOINLINE test_unpackhi_pd() { Ret_M256d_M256d(__m256d, _mm256_unpackhi_pd); }

Callers 1

test_avx.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected