Home | History | Annotate | Download | only in clang-include

Lines Matching defs:_mm256_round_pd

149 _mm256_round_pd(__m256d v, const int m)
160 #define _mm256_ceil_pd(V) _mm256_round_pd((V), _MM_FROUND_CEIL)
161 #define _mm256_floor_pd(V) _mm256_round_pd((V), _MM_FROUND_FLOOR)