aboutsummaryrefslogtreecommitdiff
path: root/code/handmade_intrinsics.h
diff options
context:
space:
mode:
Diffstat (limited to 'code/handmade_intrinsics.h')
-rw-r--r--code/handmade_intrinsics.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/code/handmade_intrinsics.h b/code/handmade_intrinsics.h
index 00b2769..f6825e9 100644
--- a/code/handmade_intrinsics.h
+++ b/code/handmade_intrinsics.h
@@ -3,6 +3,10 @@
#ifndef HANDMADE_INTRINSICS_H
#define HANDMADE_INTRINSICS_H
+#if HANDMADE_SLOW
+#undef COMPILER_GNU
+#endif
+
#if COMPILER_GNU
#include <x86intrin.h>
#endif