We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6604b3 commit e53e8e0Copy full SHA for e53e8e0
1 file changed
src/avx512/alpha_u8.rs
@@ -177,7 +177,6 @@ impl<const HAS_VBMI: bool> Avx512DisassociateAlpha<HAS_VBMI> {
177
let a_hi_lo = _mm512_rcp14_ps(_mm512_cvtepi32_ps(_mm512_unpacklo_epi16(a_hi, zeros)));
178
let a_hi_hi = _mm512_rcp14_ps(_mm512_cvtepi32_ps(_mm512_unpackhi_epi16(a_hi, zeros)));
179
180
- const FLAGS: i32 = _MM_FROUND_TO_NEAREST_INT | _MM_FROUND_NO_EXC;
181
let lo_lo = _mm512_cvtps_epi32(_mm512_mul_ps(lo_lo, a_lo_lo));
182
let lo_hi = _mm512_cvtps_epi32(_mm512_mul_ps(lo_hi, a_lo_hi));
183
let hi_lo = _mm512_cvtps_epi32(_mm512_mul_ps(hi_lo, a_hi_lo));
0 commit comments