Christoffer Lerno
Christoffer Lerno
Probably yes.
I've done some work on having dot methods, and it sort of works, but I'm having second thoughts: vectors don't properly cover the aarch64 SVE vectors, which might be a...
Dot operations are in.
One thing to bring in here is also the bitstruct feature. If you do like this: ```c bitstruct IntBE : int @bigendian { int data : 0..31; } ``` Then...
Is perhaps the bitstruct a better tool?
Bitstructs are now predefined for BE usage.
Zig actually provides its own musl-based linker libraries for cross compilation. I think this must be the goal, since making a linker work like this is not adding any extra...
What would pkgconf do?
No, don't mind what's there for now, I need to experiment a bit with getting the right arguments. lld will return.
You can start looking at dev now: it should have what's necessary to cross compile to MSVC and MacOS. Using LLD also works fine.