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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Headers/
H A Dsmmintrin.h50 #define _mm_ceil_ps(X) _mm_round_ps((X), _MM_FROUND_CEIL)
55 #define _mm_floor_ps(X) _mm_round_ps((X), _MM_FROUND_FLOOR)
60 #define _mm_round_ps(X, M) __extension__ ({ \ macro

Completed in 109 milliseconds