Home | History | Annotate | Download | only in include

Lines Matching defs:_mm256_round_ps

161 #define _mm256_round_ps(V, M) __extension__ ({ \
166 #define _mm256_ceil_ps(V) _mm256_round_ps((V), _MM_FROUND_CEIL)
167 #define _mm256_floor_ps(V) _mm256_round_ps((V), _MM_FROUND_FLOOR)