Searched refs:_mm256_round_ps (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Davxintrin.h412 /// __m256 _mm256_round_ps(__m256 V, const int M);
434 #define _mm256_round_ps(V, M) \ macro
487 #define _mm256_ceil_ps(V) _mm256_round_ps((V), _MM_FROUND_CEIL)
504 #define _mm256_floor_ps(V) _mm256_round_ps((V), _MM_FROUND_FLOOR)

Completed in 109 milliseconds