Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
x86emul: correct #UD check for AVX512-FP16 complex multiplications
avx512_vlen_check()'s argument was inverted, while the surrounding conditional wrongly forced the EVEX.L'L check for the scalar forms when embedded rounding was in effect. Fixes: d14c52c ("x86emul: handle AVX512-FP16 complex multiplication insns") Signed-off-by: Jan Beulich <[email protected]> Acked-by: Andrew Cooper <[email protected]>
- Loading branch information