Home | History | Annotate | Download | only in include

Lines Matching defs:_mm_ceil_ps

56 /// __m128 _mm_ceil_ps(__m128 X);
64 #define _mm_ceil_ps(X) _mm_round_ps((X), _MM_FROUND_CEIL)