-
Joined on
2026年04月30日
llround, llroundf, llroundl
I believe the failing test runs are the only ones running test-libc-nsz - at least, after searching through some of [the various builds](https://codeberg.org/ziglang/zig/actions/runs/4847/jobs/2/at...
On a related note, there's a proposal in Carbon lang explaining their rationale behind...
I'd like to see if (builtin.abi.float() == .soft) point to no_impl here, rather than having the same condition repeated many times across all the different implementations
Why do these function names all have powerpc64 in the name? Aren't they already in the powerpc64 namespace? I don't see a similar naming pattern in the [musl-libc implementation](https://git.musl...
From the documentation page on the [FP Extension System Register](https://developer.arm.com/documentation/ddi0403/d/System-Level-Architecture/System-Level-Programmers--Model/Floating-point-support/...
Is there a difference between using builtin.abi.float() == .hard and std.Target.arm.Feature.fpregs?
signExtend as pub
signExtend as pub
For my own understanding, why is the value of this offset 28?
In the x86_64 implementation, why does only the function getEnv have a...