about summary refs log tree commit diff stats
path: root/reproducers/issue-1832422.c
diff options
context:
space:
mode:
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");
+}