about summary refs log tree commit diff stats
path: root/reproducers
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-11-03 10:56:58 +0100
committerChristian Krinitsin <mail@krinitsin.com>2025-11-03 10:56:58 +0100
commit3870ae0f3388cd4033399abcd7d3ca6d34e09e57 (patch)
treed51d72a946972142f97e2248d7d3f9f69c8ab48f /reproducers
parent62631134895417c7993677e8bf73206253eac5b0 (diff)
downloadfocaccia-3870ae0f3388cd4033399abcd7d3ca6d34e09e57.tar.gz
focaccia-3870ae0f3388cd4033399abcd7d3ca6d34e09e57.zip
Add fsub operation
Diffstat (limited to 'reproducers')
-rw-r--r--reproducers/issue-1375.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/reproducers/issue-1375.c b/reproducers/issue-1375.c
new file mode 100644
index 0000000..1408ca4
--- /dev/null
+++ b/reproducers/issue-1375.c
@@ -0,0 +1,6 @@
+void main() {
+    asm("mov rax, 0x000000007fffffff; push rax; mov rax, 0x00000000ffffffff; push rax; movdqu XMM1, [rsp];");
+    asm("mov rax, 0x2e711de7aa46af1a; push rax; mov rax, 0x7fffffff7fffffff; push rax; movdqu XMM2, [rsp];");
+    asm("addsubps xmm1, xmm2");
+    asm("pop rax; pop rax; pop rax; pop rax;");
+}