853cfc4b74
remove arm also
Make sure thumb_windows_msvc target can find its msvc and remove arm big endian for windows beacuse it doesn't exist
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
Soffloat division in f32 and f64 doesn't work with subnormal floats.
Fix the division of subnormal float in softfloat targets.
Preparation for #30978 atan2 implmentations.
Denormal Floats should be returned after divsion
WIP: copying the new version of the div implmentation in llvm to zig
Fix the division of subnormal float in softfloat targets.
d041022628
Merge branch 'master' of https://codeberg.org/ziglang/zig
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
08f5d9b6ff
adding tests
9a8c6357e6
cleanup code + add tests
Denormal Floats should be returned after divsion
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.
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
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.