Home
last modified time | relevance | path

Searched refs:_mm_round_ps (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dsmmintrin.h56 #define _mm_ceil_ps(X) _mm_round_ps((X), _MM_FROUND_CEIL)
140 #define _mm_floor_ps(X) _mm_round_ps((X), _MM_FROUND_FLOOR)
239 #define _mm_round_ps(X, M) \ macro