summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2011-02-21 18:19:26 +0300
committerCyrill Gorcunov <gorcunov@gmail.com>2011-02-21 18:19:26 +0300
commit8c918b30b99a975a9149085ac9287df065bacf50 (patch)
tree195444526ece5038cfe41e505b33ece91cd47a23 /test
parent4e878dca7981e369c142c089cdc2fdb225af71a1 (diff)
parent2e6f7c342d8ba2571d6603544d41b04436631dc8 (diff)
downloadnasm-8c918b30b99a975a9149085ac9287df065bacf50.tar.gz
Merge branch 'nasm-2.09.xx'
Diffstat (limited to 'test')
-rw-r--r--test/br3187743.asm7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/br3187743.asm b/test/br3187743.asm
new file mode 100644
index 00000000..6adf4198
--- /dev/null
+++ b/test/br3187743.asm
@@ -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]