diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-05-25 11:50:16 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-05-25 11:50:16 +0200 |
| commit | 43020af69d6932c7af0bc53b59c492775835a14e (patch) | |
| tree | bf6d07a6ff2b5f37734fb1d1311a7468ad5acce9 /src/cube.c | |
| parent | 0ebba869512abc8e37e461e7587f686fe7c91c6c (diff) | |
| download | nissy-core-43020af69d6932c7af0bc53b59c492775835a14e.tar.gz nissy-core-43020af69d6932c7af0bc53b59c492775835a14e.zip | |
Small performance improvement in h48 coordinate / transform
Diffstat (limited to '')
| -rw-r--r-- | src/cube.c | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -30,10 +30,12 @@ | |||
| 30 | #elif defined(CUBE_NEON) | 30 | #elif defined(CUBE_NEON) |
| 31 | #include "cube_neon.h" | 31 | #include "cube_neon.h" |
| 32 | #else | 32 | #else |
| 33 | #include <stdlib.h> /* TODO: check if can be removed */ | ||
| 33 | #include "cube_portable.h" | 34 | #include "cube_portable.h" |
| 34 | #endif | 35 | #endif |
| 35 | 36 | ||
| 36 | #include "cube_routines.h" | 37 | #include "cube_routines.h" |
| 38 | #include "cube_transform.h" /* TODO: merge with cube_routines? */ | ||
| 37 | #include "moves.h" | 39 | #include "moves.h" |
| 38 | #include "solve_h48.h" | 40 | #include "solve_h48.h" |
| 39 | #include "solve_generic.h" | 41 | #include "solve_generic.h" |
