diff options
author | Cyrill Gorcunov <gorcunov@gmail.com> | 2011-02-21 18:19:26 +0300 |
---|---|---|
committer | Cyrill Gorcunov <gorcunov@gmail.com> | 2011-02-21 18:19:26 +0300 |
commit | 8c918b30b99a975a9149085ac9287df065bacf50 (patch) | |
tree | 195444526ece5038cfe41e505b33ece91cd47a23 /test | |
parent | 4e878dca7981e369c142c089cdc2fdb225af71a1 (diff) | |
parent | 2e6f7c342d8ba2571d6603544d41b04436631dc8 (diff) | |
download | nasm-8c918b30b99a975a9149085ac9287df065bacf50.tar.gz nasm-8c918b30b99a975a9149085ac9287df065bacf50.tar.bz2 nasm-8c918b30b99a975a9149085ac9287df065bacf50.zip |
Merge branch 'nasm-2.09.xx'
Diffstat (limited to 'test')
-rw-r--r-- | test/br3187743.asm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/br3187743.asm b/test/br3187743.asm new file mode 100644 index 0000000..6adf419 --- /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] |