summaryrefslogtreecommitdiff
path: root/probe/HAVE_IMMINTRIN_H
diff options
context:
space:
mode:
Diffstat (limited to 'probe/HAVE_IMMINTRIN_H')
-rw-r--r--probe/HAVE_IMMINTRIN_H4
1 files changed, 4 insertions, 0 deletions
diff --git a/probe/HAVE_IMMINTRIN_H b/probe/HAVE_IMMINTRIN_H
new file mode 100644
index 00000000..cab4bd82
--- /dev/null
+++ b/probe/HAVE_IMMINTRIN_H
@@ -0,0 +1,4 @@
+#include <immintrin.h>
+int main(void) {
+ return 0;
+}