Searched refs:_mm256_set_ps (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | avxintrin.h | 3732 _mm256_set_ps(float __a, float __b, float __c, float __d, in _mm256_set_ps() function 4002 return _mm256_set_ps(__h, __g, __f, __e, __d, __c, __b, __a); in _mm256_setr_ps() 4237 return _mm256_set_ps(__w, __w, __w, __w, __w, __w, __w, __w); in _mm256_set1_ps()
|