修訂 | 2c02c72c62d2e9f590155561ebc54ca87bc10c2a (tree) |
---|---|
時間 | 2022-10-27 10:22:05 |
作者 | Alan Modra <amodra@gmai...> |
Commiter | Alan Modra |
re: Support Intel AMX-FP16
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.
@@ -11,3 +11,4 @@ Disassembly of section \.text: | ||
11 | 11 | 0+ <_start>: |
12 | 12 | [ ]*[a-f0-9]+:[ ]*c4 e2 53 5c dc[ ]*tdpfp16ps tmm3,tmm4,tmm5 |
13 | 13 | [ ]*[a-f0-9]+:[ ]*c4 e2 53 5c dc[ ]*tdpfp16ps tmm3,tmm4,tmm5 |
14 | +#pass |
@@ -11,3 +11,4 @@ Disassembly of section \.text: | ||
11 | 11 | 0+ <_start>: |
12 | 12 | [ ]*[a-f0-9]+:[ ]*c4 e2 53 5c dc[ ]*tdpfp16ps %tmm5,%tmm4,%tmm3 |
13 | 13 | [ ]*[a-f0-9]+:[ ]*c4 e2 53 5c dc[ ]*tdpfp16ps %tmm5,%tmm4,%tmm3 |
14 | +#pass |