Won't this break the automatic tests? They don't have the 686 packages unless the flake is updated.
Are all those three needed? My code was just an unrefined proof of concept.
Removing LLI should (1) be done more thoroughly, we don't want to drag dead code along (2) be a separate PR.
We don't support exceptions in the host demo and we don't plan to. Just call abort(), assert() and similar. Please keep everything as simple as possible.
What crate is used is a firmware implementation detail. Remove this comment and remove any code that goes along that line.
Will this just crash the compiler if the user tries to do it on integer matrices?
And can it be moved to demo? Does it need to be at the top level cargo workspace?
The resulting matrices are slightly different
What does that means exactly? And why?
Again, move this out of nac3core. This is only used by nac3standalone/demo and this is where it should go.
I also doubt that clang xxy.so
works to link an executable against a DSO. Did you…