[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] x86emul: correct AVX512_BF16 insn names in EVEX Disp8 test
commit e58a71274c65e7547fc2e917f051c5c04e2820e2 Author: Jan Beulich <jbeulich@xxxxxxxx> AuthorDate: Wed Aug 5 10:30:18 2020 +0200 Commit: Jan Beulich <jbeulich@xxxxxxxx> CommitDate: Wed Aug 5 10:30:18 2020 +0200 x86emul: correct AVX512_BF16 insn names in EVEX Disp8 test The leading 'v' ought to be omitted from the table entries. Fixes: 7ff66809ccd5 ("x86emul: support AVX512_BF16 insns") Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx> Acked-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> --- tools/tests/x86_emulator/evex-disp8.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/tests/x86_emulator/evex-disp8.c b/tools/tests/x86_emulator/evex-disp8.c index 60c569d5e5..78153847a0 100644 --- a/tools/tests/x86_emulator/evex-disp8.c +++ b/tools/tests/x86_emulator/evex-disp8.c @@ -551,9 +551,9 @@ static const struct test avx512_4vnniw_512[] = { }; static const struct test avx512_bf16_all[] = { - INSN(vcvtne2ps2bf16, f2, 0f38, 72, vl, d, vl), - INSN(vcvtneps2bf16, f3, 0f38, 72, vl, d, vl), - INSN(vdpbf16ps, f3, 0f38, 52, vl, d, vl), + INSN(cvtne2ps2bf16, f2, 0f38, 72, vl, d, vl), + INSN(cvtneps2bf16, f3, 0f38, 72, vl, d, vl), + INSN(dpbf16ps, f3, 0f38, 52, vl, d, vl), }; static const struct test avx512_bitalg_all[] = { -- generated by git-patchbot for /home/xen/git/xen.git#master
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |