profan
|
6822d8f896
|
implement optional compilation of inner loop to CIL, unrolling the loop into a number of functions we invoke
|
2026-06-06 20:49:12 +01:00 |
profan
|
f7c3bde22f
|
ensure float path is used, no implicit double conversion
|
2026-06-05 21:18:47 +01:00 |
profan
|
0129200964
|
support running both with/without simd optionally with a (really horrible) shared codepath
|
2026-06-05 19:57:40 +01:00 |
profan
|
0eda244ce2
|
add the ability to toggle parallelism
|
2026-06-05 00:09:12 +01:00 |
profan
|
3625fce0c9
|
implement basic constant folding, eliminating around 17 % of the instructions from the hot loop and folding it into the instructions
|
2026-05-31 17:19:15 +01:00 |
profan
|
5f00120b97
|
hmm
|
2026-05-25 17:51:38 +01:00 |
profan
|
84a1ad7330
|
iNITIal commit, simd accelerated interpreter
|
2026-05-25 11:38:28 +01:00 |