projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
062aad5
)
x86emul: correct AVX512_BF16 insn names in EVEX Disp8 test
author
Jan Beulich
<jbeulich@suse.com>
Wed, 5 Aug 2020 08:30:18 +0000
(10:30 +0200)
committer
Jan Beulich
<jbeulich@suse.com>
Wed, 5 Aug 2020 08:30:18 +0000
(10:30 +0200)
The leading 'v' ought to be omitted from the table entries.
Fixes: 7ff66809ccd5 ("x86emul: support AVX512_BF16 insns")
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
tools/tests/x86_emulator/evex-disp8.c
patch
|
blob
|
history
diff --git
a/tools/tests/x86_emulator/evex-disp8.c
b/tools/tests/x86_emulator/evex-disp8.c
index 60c569d5e561011906fb0cd321f805a88b91d5cb..78153847a009b087e759bca8cb8dbe25443937aa 100644
(file)
--- 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(
v
cvtne2ps2bf16, f2, 0f38, 72, vl, d, vl),
- INSN(
v
cvtneps2bf16, f3, 0f38, 72, vl, d, vl),
- INSN(
v
dpbf16ps, 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[] = {