Home | History | Annotate | Download | only in include

Lines Matching defs:_mm256_ceil_ps

488 /// __m256 _mm256_ceil_ps(__m256 V);
496 #define _mm256_ceil_ps(V) _mm256_round_ps((V), _MM_FROUND_CEIL)