diff options
Diffstat (limited to 'src/arch/arch.h')
| -rw-r--r-- | src/arch/arch.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/arch/arch.h b/src/arch/arch.h index aa4a5c5..c4efbd5 100644 --- a/src/arch/arch.h +++ b/src/arch/arch.h | |||
| @@ -1,3 +1,6 @@ | |||
| 1 | #ifndef ARCH_ARCH_H | ||
| 2 | #define ARCH_ARCH_H | ||
| 3 | |||
| 1 | #if defined(AVX2) | 4 | #if defined(AVX2) |
| 2 | 5 | ||
| 3 | #include <immintrin.h> | 6 | #include <immintrin.h> |
| @@ -36,3 +39,5 @@ typedef struct { | |||
| 36 | #endif | 39 | #endif |
| 37 | 40 | ||
| 38 | #endif | 41 | #endif |
| 42 | |||
| 43 | #endif /* ARCH_ARCH_H */ | ||
