aboutsummaryrefslogtreecommitdiff
path: root/src/arch (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert table-based transformationsSebastiano Tronto2024-10-044-115/+40
| | | | Long live the giant switch!
* Table-based transformations (will revert immediately)Sebastiano Tronto2024-10-044-40/+115
| | | | | | | | This commit changes transformations to being based on a lookup table intead of a big switch. This is something I had planned for a long time and the code is nicer with this change. But unfortunately the performance is noticeably worse, so I'll revert all these changes in the next commit. I wanted to push this anyway so we can keep track of this.
* Improved gendata_h48k2 performanceSebastiano Tronto2024-09-071-2/+2
| | | | | | | | | | Performance for the "real coordinate" case (h0) is ok, but still around 3x slower than the gendata_h48k4 method. Performance for the intermediate tables is not good, but for now I'll keep it like this. This also shows that for h11 we should use the gendata_h48k4 method for h11. For intermediate table, h8, h9 and h10 might be too slow to compute in an acceptable time. We could restrict to h7 (largest with base = 9).
* More renamingSebastiano Tronto2024-09-053-42/+42
|
* Rename constants from _underscore to CAPSSebastiano Tronto2024-09-054-116/+116
|
* Fix error with neonSebastiano Tronto2024-08-181-0/+3
|
* Removed duplicationSebastiano Tronto2024-08-184-70/+35
|
* Reorganized folder structureSebastiano Tronto2024-08-185-0/+999

Generated with cgit - Back to sebastiano.tronto.net