• Joined on 2025年11月29日
gero3 pushed to FixWindows at gero3/zig 2026年06月02日 18:46:23 +02:00
853cfc4b74 remove arm also
gero3 created pull request ziglang/zig#35579 2026年06月02日 07:40:42 +02:00
Make sure thumb_windows_msvc target can find its msvc and remove arm big endian for windows beacuse it doesn't exist
gero3 created branch FixWindows in gero3/zig 2026年06月02日 07:36:08 +02:00
gero3 pushed to FixWindows at gero3/zig 2026年06月02日 07:36:08 +02:00
5db4424c00 make sure thumb_windows_msvc target can find its libc and remove arm big endian for windows beacus it doesn't exist
f66a9be7cc
test: disable x86_64-windows-gnu self-hosted behavior tests
66e57c5c93 std.os.linux: use native_arch for alpha termios V enum
b9349d2a52 std.c: fix haiku sigrtmin/sigrtmax
09ad5c029a Merge pull request 'make -Dskip-non-native smarter' (#35502) from skip_non_native into master
Compare 10 commits »
gero3 commented on pull request ziglang/zig#32177 2026年05月11日 19:04:31 +02:00
Fix the division of subnormal float in softfloat targets.

Fixes #35283.

gero3 opened issue ziglang/zig#35283 2026年05月11日 19:03:40 +02:00
Soffloat division in f32 and f64 doesn't work with subnormal floats.
gero3 commented on pull request ziglang/zig#32177 2026年05月06日 08:34:09 +02:00
Fix the division of subnormal float in softfloat targets.

Preparation for #30978 atan2 implmentations.

gero3 closed pull request ziglang/zig#31433 2026年05月02日 10:08:21 +02:00
Denormal Floats should be returned after divsion
gero3 closed pull request ziglang/zig#31422 2026年05月02日 10:08:05 +02:00
WIP: copying the new version of the div implmentation in llvm to zig
gero3 created pull request ziglang/zig#32177 2026年05月02日 10:02:43 +02:00
Fix the division of subnormal float in softfloat targets.
gero3 created branch fixSubnormalfloats in gero3/zig 2026年05月02日 09:57:20 +02:00
gero3 pushed to fixSubnormalfloats at gero3/zig 2026年05月02日 09:57:20 +02:00
19871b4978 Fix the subnormal division in softfloat
d02d0b879c std:ArrayList: Merge getLastOrNull into getLast (#32008)
845b6a8efe Zcu: remove optimizeMode(), fix usages
95507faf13 llvm builder: add missing comma before predictable metadata
Compare 10 commits »
gero3 pushed to simpleDivFix2 at gero3/zig 2026年03月09日 23:02:03 +01:00
08f5d9b6ff adding tests
gero3 pushed to simpleDivFix2 at gero3/zig 2026年03月09日 21:58:06 +01:00
9a8c6357e6 cleanup code + add tests
gero3 created pull request ziglang/zig#31433 2026年03月09日 17:54:15 +01:00
Denormal Floats should be returned after divsion
gero3 created branch simpleDivFix2 in gero3/zig 2026年03月09日 17:52:52 +01:00
gero3 pushed to simpleDivFix2 at gero3/zig 2026年03月09日 17:52:52 +01:00
9c28311ca4 Copy logic from float128 to float64 and float32 for division with denormal values + activate libc test that fail becuase of bad denormal handling float devision.
gero3 pushed to simpleDivFix at gero3/zig 2026年03月09日 17:50:46 +01:00
e5578f8880 std: different mechanism for disabling network dependency
dc79fb794b std.Io.Threaded: implement netReceive for Windows
aa9038af20 std.Io.Dispatch: fix compile errors
c2318c7797 std.Io.Uring: implement net_receive operate
3dcfc68617 std.Io.Threaded: implement net_receive for Windows
Compare 23 commits »
gero3 created branch simpleDivFix in gero3/zig 2026年03月09日 17:37:53 +01:00
gero3 pushed to simpleDivFix at gero3/zig 2026年03月09日 17:37:53 +01:00
dde1dff05d Copy logic from float128 to float64 and float32 for division with denormal values + activate libc test that fail becuase of bad denormal handling float devision.