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

Function test_permute_pd

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

Source from the content-addressed store, hash-verified

105void NOINLINE test_permutevar_pd() { Ret_M128d_M128i(__m128d, _mm_permutevar_pd); }
106void NOINLINE test_permutevar_ps() { Ret_M128_M128i(__m128, _mm_permutevar_ps); }
107void NOINLINE test_permute_pd() { Ret_M128d_Tint(__m128d, _mm_permute_pd); }
108void NOINLINE test_permute_ps() { Ret_M128_Tint(__m128, _mm_permute_ps); }
109
110void NOINLINE test_mm256_permutevar_pd() { Ret_M256d_M256i(__m256d, _mm256_permutevar_pd); }

Callers 1

test_avx.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected