diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-07-04 17:09:55 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-07-04 17:09:55 +0200 |
| commit | 518d98ad5f9eec0cf4124375bdbb84d1296b3f3f (patch) | |
| tree | 467b2b0387f23a0b379cf428c6883937ec18c134 /src/cube.c | |
| parent | 425eee24421bf0a19c7e0199d2e3ecba3318c8f4 (diff) | |
| download | nissy-core-518d98ad5f9eec0cf4124375bdbb84d1296b3f3f.tar.gz nissy-core-518d98ad5f9eec0cf4124375bdbb84d1296b3f3f.zip | |
(almost) added getcube
Diffstat (limited to '')
| -rw-r--r-- | src/cube.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -21,6 +21,7 @@ void (*nissy_log)(const char *, ...); | |||
| 21 | #endif | 21 | #endif |
| 22 | 22 | ||
| 23 | #include "constants.h" | 23 | #include "constants.h" |
| 24 | #include "utils.h" | ||
| 24 | 25 | ||
| 25 | #if defined(CUBE_AVX2) | 26 | #if defined(CUBE_AVX2) |
| 26 | #include <immintrin.h> | 27 | #include <immintrin.h> |
