diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2026-09-17 21:58:25 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2026-09-17 21:58:25 +0200 |
| commit | f07093968e2a5152a0e4a587e89a6582db7135e3 (patch) | |
| tree | 9569a4dc4697f37acc1295cb5a515c973023dcb5 /src/arch/arch.h | |
| parent | 2f9d00075b0d236ecd8431761bb045e6aa088001 (diff) | |
| parent | 1f7e8e937d0e71e7eb3b5deab38b34d0a0159d88 (diff) | |
| download | nissy-core-f07093968e2a5152a0e4a587e89a6582db7135e3.tar.gz nissy-core-f07093968e2a5152a0e4a587e89a6582db7135e3.zip | |
Merge branch 'master' into twostep-solver
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 */ | ||
