Home | History | Annotate | Download | only in Headers

Lines Matching refs:_mm256_round_ps

155 _mm256_round_ps(__m256 v, const int m)
162 #define _mm256_ceil_ps(V) _mm256_round_ps((V), _MM_FROUND_CEIL)
163 #define _mm256_floor_ps(V) _mm256_round_ps((V), _MM_FROUND_FLOOR)