mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-19 18:00:23 +08:00
test: Add test for BR 3187743
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
3d3e7066ec
commit
2e6f7c342d
7
test/br3187743.asm
Normal file
7
test/br3187743.asm
Normal file
@ -0,0 +1,7 @@
|
||||
;Testname=unoptimized; Arguments=-O0 -fbin -obr3187743.bin; Files=stdout stderr br3187743.bin
|
||||
;Testname=optimized; Arguments=-Ox -fbin -obr3187743.bin; Files=stdout stderr br3187743.bin
|
||||
|
||||
bits 64
|
||||
|
||||
vlddqu xmm0,[edi]
|
||||
vlddqu ymm0,[edi]
|
Loading…
x
Reference in New Issue
Block a user