Home | History | Annotate | Download | only in Headers

Lines Matching refs:_mm256_round_pd

148 #define _mm256_round_pd(V, M) __extension__ ({ \
156 #define _mm256_ceil_pd(V) _mm256_round_pd((V), _MM_FROUND_CEIL)
157 #define _mm256_floor_pd(V) _mm256_round_pd((V), _MM_FROUND_FLOOR)