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

Function test_insert_epi16

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

Source from the content-addressed store, hash-verified

131
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

Callers 1

test_avx.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected