Veikka Tuominen
Veikka Tuominen
Yes but it'd be good to investigate a bit first. You happen to have a debug build of LLVM handy? I'll start the build otherwise.
I'll let you have the honors. And you might also benefit from having a debug build in the future seeing as you'll probably continue tinkering with riscv.
`lib/include` is also vendored.
Could the name be changed while we're breaking the API? Instead of `ComptimeStringMap` with `initRuntime` have something like `StaticStringMap` with `initComptime`?
> if so, should I rename it to `init()` now? That's what I was going for.
I was testing with a release build of Zig, when using a debug build it panics if the library is not specified on the command line. I am able to...
Those wasi asserts should only be run when targeting wasi.
I like 1-3, I don't see a need for 4, and 5 seems like a complex feature that combines unions and structs that implements #985 but only through a builtin,...
The safety check uses `.div_trunc` and then `.floor`s the result and checks if they match, but for floats `.div_trunc` doesn't produce remainder so the floored result is always the same:...
It shouldn't since these are pointers to comptime-fields not pointers to fields of comptime-var structs.