lyken
|
9fa0dfe202
|
WIP: core/ndstrides: hold
|
2024-08-15 16:16:59 +08:00 |
lyken
|
1c48d54afa
|
WIP: core/ndstrides: fix nditer
|
2024-08-15 15:13:02 +08:00 |
lyken
|
5dce27e87d
|
WIP: core/ndstrides: more iter and less builtin
|
2024-08-15 00:33:23 +08:00 |
lyken
|
15dfb2eaa0
|
WIP: core/ndstrides: on iter
|
2024-08-14 17:30:37 +08:00 |
lyken
|
1d7184708f
|
WIP: core/ndstrides: checkpoint 9
|
2024-08-14 09:59:33 +08:00 |
lyken
|
82edcd9390
|
core/irrt: introduce irrt testing
`cargo test -F test` would compile `nac3core/irrt/irrt_test.cpp`
targetted to the host machine (it gets to use `std`) and run the
test executable.
|
2024-08-13 17:05:54 +08:00 |
lyken
|
0c3534c2f9
|
core/irrt: split irrt.cpp into headers
To scale IRRT implementations
|
2024-08-13 17:05:54 +08:00 |
lyken
|
1d2c887146
|
core/irrt: reformat
|
2024-08-13 17:05:54 +08:00 |
lyken
|
a5a25f41bb
|
core/irrt: comment build.rs & move irrt to its own dir
To prepare for future IRRT implementations, and to also make cargo
only have to watch a single directory.
|
2024-08-13 17:05:54 +08:00 |