summaryrefslogtreecommitdiff
path: root/test/br2030823.asm
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-08-13 16:25:08 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-08-13 16:25:08 -0700
commit2a09b3bf1110776f60941cd2b036867d513828a1 (patch)
tree5e67c6ff6e830e8f75ed34bd5124f31c94c048a9 /test/br2030823.asm
parent38c6b44909bfe079de7a393aeb52e8f01882d2ac (diff)
downloadnasm-2a09b3bf1110776f60941cd2b036867d513828a1.tar.gz
BR 2030823: Problem with the 256-bit FMA instructions
Fix the 256-bit FMA instructions per bug report.
Diffstat (limited to 'test/br2030823.asm')
-rw-r--r--test/br2030823.asm5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/br2030823.asm b/test/br2030823.asm
new file mode 100644
index 00000000..f70e31b1
--- /dev/null
+++ b/test/br2030823.asm
@@ -0,0 +1,5 @@
+ bits 64
+ VFMADDPD xmm0, xmm1, [0], xmm3
+ VFMADDPD xmm0, xmm1, xmm2, [0]
+ VFMADDPD ymm0, ymm1, [0], ymm3
+ VFMADDPD ymm0, ymm1, ymm2, [0] \ No newline at end of file