about summary refs log tree commit diff stats
path: root/reproducers/issue-1832422.c
diff options
context:
space:
mode:
authorTheofilos Augoustis <37243696+taugoust@users.noreply.github.com>2025-11-07 09:54:27 +0100
committerGitHub <noreply@github.com>2025-11-07 09:54:27 +0100
commita569419cf43d3c2a9cde150f46b6e30631fc6a5e (patch)
treeee401db58089b13648d89e06fbb7f1ede1e0bf87 /reproducers/issue-1832422.c
parentcfd9715eeff97c11ebc3f78288f9f516c79b0663 (diff)
parent718d83441cb0039c18dad6d27ba8de39fd95a649 (diff)
downloadfocaccia-a569419cf43d3c2a9cde150f46b6e30631fc6a5e.tar.gz
focaccia-a569419cf43d3c2a9cde150f46b6e30631fc6a5e.zip
Merge pull request #21 from TUM-DSE/ck/reproducers
Add reproducers
Diffstat (limited to 'reproducers/issue-1832422.c')
-rw-r--r--reproducers/issue-1832422.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/reproducers/issue-1832422.c b/reproducers/issue-1832422.c
new file mode 100644
index 0000000..108b661
--- /dev/null
+++ b/reproducers/issue-1832422.c
@@ -0,0 +1,3 @@
+void main() {
+    asm("cmppd xmm0,xmm0,0xd1");
+}