aboutsummaryrefslogtreecommitdiff
path: root/utils/detect-immintrin.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/detect-immintrin.c')
-rw-r--r--utils/detect-immintrin.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/detect-immintrin.c b/utils/detect-immintrin.c
new file mode 100644
index 0000000..20da678
--- /dev/null
+++ b/utils/detect-immintrin.c
@@ -0,0 +1,5 @@
1#include <immintrin.h>
2
3int main() {
4 return 0;
5}

Generated with cgit - Back to sebastiano.tronto.net