| Commit message (Expand) | Author | Age | Files | Lines |
| * | Improved testing, added more data to cocsep table | Sebastiano Tronto | 2024-03-30 | 3 | -13/+35 |
| * | Added cocsep data generation, but it is very slow | Sebastiano Tronto | 2024-03-30 | 9 | -23/+243 |
| * | Added esep coordinate | Sebastiano Tronto | 2024-03-29 | 17 | -2/+133 |
| * | Added coordinate cpsep | Sebastiano Tronto | 2024-03-29 | 21 | -4/+77 |
| * | Added coord_co | Sebastiano Tronto | 2023-12-26 | 30 | -6/+94 |
| * | Merge branch 'master' of tronto.net:h48 | Sebastiano Tronto | 2023-12-26 | 2 | -6/+22 |
| |\ |
|
| | * | Configuration / build support for ARM NEON (implementation: TODO!); testing n... | Sebastiano Tronto | 2023-11-20 | 2 | -6/+22 |
| * | | Removed duplicate file | Sebastiano Tronto | 2023-12-26 | 2 | -386/+6 |
| |/ |
|
| * | Removed src cube type, kept only H48 and LST (for now) | Sebastiano Tronto | 2023-11-19 | 11 | -60/+53 |
| * | Fixed bug in tests with different architectures | Sebastiano Tronto | 2023-11-19 | 4 | -13/+19 |
| * | Improved sanitizer detection | Sebastiano Tronto | 2023-11-19 | 2 | -9/+13 |
| * | Added void in function declaration for tests | Sebastiano Tronto | 2023-11-19 | 15 | -15/+15 |
| * | Improved architecture detection | Sebastiano Tronto | 2023-11-19 | 3 | -11/+9 |
| * | Fixed AVX2 build, cleaned up compose_fast | Sebastiano Tronto | 2023-11-19 | 1 | -24/+19 |
| * | Removed inverse_fast, probably not going to use it in tight loops | Sebastiano Tronto | 2023-11-19 | 2 | -71/+75 |
| * | Simplified cube definition for move and transformations even more | Sebastiano Tronto | 2023-11-19 | 15 | -782/+409 |
| * | Simplified move and transform code | Sebastiano Tronto | 2023-11-17 | 13 | -2491/+1513 |
| * | Cleaned + updated TODO | Sebastiano Tronto | 2023-11-16 | 1 | -72/+52 |
| * | Added tests allowednext | Sebastiano Tronto | 2023-11-14 | 22 | -17/+97 |
| * | Renamed tests, added tests for permsign | Sebastiano Tronto | 2023-11-14 | 474 | -6/+89 |
| * | Added tests for conversion | Sebastiano Tronto | 2023-11-14 | 8 | -0/+31 |
| * | Test cleanup | Sebastiano Tronto | 2023-11-13 | 27 | -542/+56 |
| * | Tidy up; made things testable | Sebastiano Tronto | 2023-11-13 | 39 | -522/+579 |
| * | Simple solver: added tests, fixed | Sebastiano Tronto | 2023-11-12 | 8 | -35/+171 |
| * | Implemented simple solver | Sebastiano Tronto | 2023-11-11 | 3 | -32/+209 |
| * | Towards a definitve API | Sebastiano Tronto | 2023-11-10 | 55 | -75/+489 |
| * | Removed line from TODO | Sebastiano Tronto | 2023-11-10 | 1 | -2/+0 |
| * | "Fixed" benchmark (actually removed) | Sebastiano Tronto | 2023-11-10 | 4 | -155/+182 |
| * | Big changes to the interface | Sebastiano Tronto | 2023-11-10 | 16 | -1953/+1821 |
| * | Added TODOs | Sebastiano Tronto | 2023-11-09 | 1 | -14/+78 |
| * | Improved comments | Sebastiano Tronto | 2023-11-08 | 3 | -31/+94 |
| * | Added TODO stuff | Sebastiano Tronto | 2023-11-08 | 1 | -8/+38 |
| * | Moved documentation around, improved configure.sh | Sebastiano Tronto | 2023-11-08 | 6 | -195/+239 |
| * | Change include statement | Sebastiano Tronto | 2023-11-08 | 12 | -59/+106 |
| * | Fixes | Sebastiano Tronto | 2023-11-08 | 3 | -18/+23 |
| * | Small refactoring | Sebastiano Tronto | 2023-11-08 | 4 | -115/+71 |
| * | Started working on solve | Sebastiano Tronto | 2023-11-06 | 5 | -29/+97 |
| * | make test improvements | Sebastiano Tronto | 2023-11-05 | 3 | -2/+14 |
| * | Added coord_eo | Sebastiano Tronto | 2023-11-05 | 34 | -12/+124 |
| * | Refactoring | Sebastiano Tronto | 2023-11-05 | 24 | -3641/+3729 |
| * | Reverted some Makefile changes, cleanup | Sebastiano Tronto | 2023-11-04 | 3 | -9/+26 |
| * | Revert "Makefile changes" | Sebastiano Tronto | 2023-11-04 | 3 | -19/+22 |
| * | Makefile changes | Sebastiano Tronto | 2023-11-04 | 3 | -22/+19 |
| * | avx2 fully works | Sebastiano Tronto | 2023-11-04 | 3 | -18/+20 |
| * | Moves work with avx2, fixed some stuff | Sebastiano Tronto | 2023-11-03 | 8 | -61/+117 |
| * | Added avx2 moves | Sebastiano Tronto | 2023-11-02 | 5 | -14/+266 |
| * | Optimized compose for avx2 | Sebastiano Tronto | 2023-11-02 | 2 | -8/+24 |
| * | Added transformations for avx2 | Sebastiano Tronto | 2023-11-02 | 5 | -16/+1035 |
| * | Added writecube AVX | Sebastiano Tronto | 2023-11-02 | 8 | -3/+70 |
| * | Reworked moves and transformations, moved some stuff | Sebastiano Tronto | 2023-11-01 | 16 | -429/+1597 |