• Joined on 2026年04月30日
squingo44 commented on pull request ziglang/zig#35936 2026年07月11日 19:55:51 +02:00
libzigc: add 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...

squingo44 commented on pull request ziglang/zig#30160 2026年07月10日 16:10:07 +02:00
Parser: Add error when operator precedence is undefined

On a related note, there's a proposal in Carbon lang explaining their rationale behind...

squingo44 commented on pull request ziglang/zig#35623 2026年07月10日 13:25:27 +02:00
libzigc: fenv for wasi and musl

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

squingo44 commented on pull request ziglang/zig#35623 2026年07月02日 17:42:49 +02:00
libzigc: fenv for wasi and musl

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...

squingo44 commented on pull request ziglang/zig#35623 2026年07月02日 09:34:12 +02:00
libzigc: fenv for wasi and musl
squingo44 commented on pull request ziglang/zig#35623 2026年07月02日 09:32:29 +02:00
libzigc: fenv for wasi and musl
squingo44 commented on pull request ziglang/zig#35623 2026年07月01日 21:46:18 +02:00
libzigc: fenv for wasi and musl

Is there a difference between using builtin.abi.float() == .hard and std.Target.arm.Feature.fpregs?

squingo44 pushed to test at squingo44/zig 2026年06月30日 20:50:57 +02:00
squingo44 created branch test in squingo44/zig 2026年06月30日 20:50:57 +02:00
squingo44 pushed to fix_expo2_rounding at squingo44/zig 2026年06月30日 20:38:03 +02:00
42531f457f Fix expo2 to handle the case of large negative values independently of rounding mode
squingo44 created pull request ziglang/zig#35993 2026年06月30日 18:11:16 +02:00
WIP: Fix expo2 to handle the case of large negative values independently of rounding mode
squingo44 pushed to fix_expo2_rounding at squingo44/zig 2026年06月30日 18:08:27 +02:00
e3ee81b967 Fix expo2 to handle the case of large negative values independently of rounding mode
f6d22629aa resinator: Make LazyIncludePaths actually retain resolved values
1d1193aa7b
std.math: Mark signExtend as pub
3109e77474 Revert "CI: skip test-incremental on freebsd"
aeec09ebb6 CI: skip test-incremental on freebsd
Compare 6 commits »
squingo44 pushed to master at squingo44/zig 2026年06月30日 17:36:16 +02:00
f6d22629aa resinator: Make LazyIncludePaths actually retain resolved values
1d1193aa7b
std.math: Mark signExtend as pub
3109e77474 Revert "CI: skip test-incremental on freebsd"
aeec09ebb6 CI: skip test-incremental on freebsd
77a4c4bbcf Compilation: remove early 'bin_file = null' which results in a 'defer if (comp.bin_file)' block to not be executed
Compare 804 commits »
squingo44 pushed to fix_expo2_rounding at squingo44/zig 2026年06月29日 18:53:15 +02:00
bc3a2e64ef Fix expo2 to handle the case of large negative values independently of rounding mode
ba5420896d Enable std tests for wasm backend again + enable field reordering
4c9d06416c Merge pull request 'Test coverage for overlapping assignments' (#35918) from Fri3dNstuff/zig:overlapping-copy into master
eab71c7c86 don't use expectEqual
175589fc71 ci: update QEMU to v11.0.2
Compare 10 commits »
squingo44 created branch fix_expo2_rounding in squingo44/zig 2026年06月29日 18:53:15 +02:00
squingo44 pushed to pr-35623 at squingo44/zig 2026年06月25日 14:13:21 +02:00
cfa86095f7 Manually request a register when loading x87 FPU control word to avoid a double dereferencing error
squingo44 commented on pull request ziglang/zig#35623 2026年06月25日 13:32:57 +02:00
libzigc: fenv for wasi and musl

For my own understanding, why is the value of this offset 28?

squingo44 pushed to pr-35623 at squingo44/zig 2026年06月24日 21:46:35 +02:00
f317963782 Isolate math tests and x86_64-linux-musl build target for
e7c9ad0feb libzigc: fenv for wasi and musl
a60171c287 std.math: added fenv implementation under std.math.fenv
d3f7cf7345 Io.Threaded: Fix dirReadLinkWindows not handling its async handle correctly
b52a2ff73b build: compiler no longer depends on aro module
Compare 10 commits »
squingo44 created branch pr-35623 in squingo44/zig 2026年06月24日 21:46:34 +02:00
squingo44 commented on pull request ziglang/zig#35623 2026年06月24日 00:52:20 +02:00
libzigc: fenv for wasi and musl

In the x86_64 implementation, why does only the function getEnv have a...