Alex Rønne Petersen
Alex Rønne Petersen
Ah, it looks like user-mode interrupts were ultimately cut from the ISA. So yes, we should just exclude `user` from `std.builtin.CallingConvention.RiscvInterruptOptions.level`.
Seems like there's some sort of disagreement between LLVM and Zig about which libc++ should be used? Hard to say what's wrong from the build log alone; you'll have to...
I guess this was just copy/paste error? > I am a bit surprised that linking glibc or musl against Zig code that invokes a 'link' with three parameters doesn't fail...
> I'd prefer that it write to the project-local `.vscode/settings.json` rather than the system-wide version In some projects, I have `.vscode/settings.json` tracked in Git because it contains some very useful...
> Ah, it looks like zig1.wasm hasn't been updated with the new `@ptrCast()` features yet. Is that the only thing blocking this PR? If so, I can go ahead and...
@ifreund #23370 is in master now.
The new CI failures look related FWIW.
This approach seems a bit unfortunate for readability. Is there a reason we were using `u16` in the first place?
I personally prefer the previous approach, yeah. > or better yet, make `std.math.ceilPowerOfTwo` accept `comptime_int`s. This seems like it'd be nice to do. There's been some effort to make other...
cc @jedisct1