Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dastcenc_vecmathlib_avx2_8.h837 __m128 vlow = _mm256_castps256_ps128(a.m); in hmin() local
839 vlow = _mm_min_ps(vlow, vhigh); in hmin()
842 __m128 shuf = _mm_shuffle_ps(vlow, vlow, _MM_SHUFFLE(2, 3, 0, 1)); in hmin()
843 __m128 mins = _mm_min_ps(vlow, shuf); in hmin()
868 __m128 vlow = _mm256_castps256_ps128(a.m); in hmax() local
870 vhigh = _mm_max_ps(vlow, vhigh); in hmax()

Completed in 3 milliseconds