Skip to content

Commit

Permalink
re: Support Intel AMX-FP16
Browse files Browse the repository at this point in the history
Fix these fails due to the target padding out sections with nops.
x86_64-w64-mingw32  +FAIL: x86_64 AMX-FP16 insns
x86_64-w64-mingw32  +FAIL: x86_64 AMX-FP16 insns (Intel disassembly)

	* testsuite/gas/i386/x86-64-amx-fp16-intel.d: Accept trailing nops.
	* testsuite/gas/i386/x86-64-amx-fp16.d: Likewise.
  • Loading branch information
amodra committed Oct 27, 2022
1 parent 1ad4041 commit 2c02c72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions gas/testsuite/gas/i386/x86-64-amx-fp16-intel.d
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ Disassembly of section \.text:
0+ <_start>:
[ ]*[a-f0-9]+:[ ]*c4 e2 53 5c dc[ ]*tdpfp16ps tmm3,tmm4,tmm5
[ ]*[a-f0-9]+:[ ]*c4 e2 53 5c dc[ ]*tdpfp16ps tmm3,tmm4,tmm5
#pass
1 change: 1 addition & 0 deletions gas/testsuite/gas/i386/x86-64-amx-fp16.d
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ Disassembly of section \.text:
0+ <_start>:
[ ]*[a-f0-9]+:[ ]*c4 e2 53 5c dc[ ]*tdpfp16ps %tmm5,%tmm4,%tmm3
[ ]*[a-f0-9]+:[ ]*c4 e2 53 5c dc[ ]*tdpfp16ps %tmm5,%tmm4,%tmm3
#pass

0 comments on commit 2c02c72

Please sign in to comment.