Skip to content

Commit 386f5d4

Browse files
author
H. Peter Anvin (Intel)
committed
test/amx: suppress obsolete-removed warning for TMMULTF32PS
TMMULTF32PS was retagged never, suppress the warning to avoid a travis failure. Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
1 parent 844f409 commit 386f5d4

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

test/amx.asm

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,12 @@
3636
tcmmimfp16ps treg, treg2, treg3 ;AMX-COMPLEX
3737
tcmmrlfp16ps treg, treg2, treg3 ;AMX-COMPLEX
3838

39+
; TMMULTF32PS was retagged 'NEVER' (no longer implemented), but keep the
40+
; test case and suppress the resulting warning, like the AMX-TRANSPOSE
41+
; instructions below.
42+
[warning -obsolete-removed]
3943
tmmultf32ps treg, treg2, treg3 ;AMX_TF32
44+
[warning *obsolete-removed]
4045

4146
tdpbf8ps treg, treg2, treg3 ;AMX-FP8
4247
tdpbhf8ps treg, treg2, treg3 ;AMX-FP8

travis/test/amx.asm

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,12 @@
3636
tcmmimfp16ps treg, treg2, treg3 ;AMX-COMPLEX
3737
tcmmrlfp16ps treg, treg2, treg3 ;AMX-COMPLEX
3838

39+
; TMMULTF32PS was retagged 'NEVER' (no longer implemented), but keep the
40+
; test case and suppress the resulting warning, like the AMX-TRANSPOSE
41+
; instructions below.
42+
[warning -obsolete-removed]
3943
tmmultf32ps treg, treg2, treg3 ;AMX_TF32
44+
[warning *obsolete-removed]
4045

4146
tdpbf8ps treg, treg2, treg3 ;AMX-FP8
4247
tdpbhf8ps treg, treg2, treg3 ;AMX-FP8

0 commit comments

Comments
 (0)