zig/lib
Lewis Gaul 387b0ac4f1
Make NaNs quiet by default and other NaN tidy-up (#16826)
* Generalise NaN handling and make std.math.nan() give quiet NaNs

* Address uses of std.math.qnan_* and std.math.nan_* consts

* Comment out failing test due to issues with signalling NaN

* Fix issue in c_builtins.zig where we need qnan_u32
2023-08-18 02:07:49 -04:00
..
compiler_rt Make NaNs quiet by default and other NaN tidy-up (#16826) 2023-08-18 02:07:49 -04:00
docs autodoc: new layout (#16715) 2023-08-06 18:12:05 +02:00
include update C headers to LLVM 16.0.0 2023-03-18 16:01:09 -07:00
init-exe std.Build: use Step.* instead of *Step 2023-05-03 20:55:29 -07:00
init-lib init-exe/init-lib template: fix use of install() and run() 2023-04-10 18:35:14 -07:00
libc musl: update libc.S to v1.2.4 2023-06-20 12:55:38 -04:00
libcxx update libcxx to LLVM 16.0.1 2023-04-05 23:22:29 -07:00
libcxxabi update libcxxabi to llvm 16 2023-01-26 16:36:13 -07:00
libunwind update libunwind to llvm 16 2023-01-26 16:36:14 -07:00
std Make NaNs quiet by default and other NaN tidy-up (#16826) 2023-08-18 02:07:49 -04:00
tsan
build_runner.zig build system: follow-up enhancements regarding LazyPath 2023-07-30 11:19:32 -07:00
c.zig std: finish cleanup up asm 2023-07-31 03:49:21 -04:00
compiler_rt.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
ssp.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
test_runner.zig test/standalone: reinstate std.ChildProcess tests 2023-07-25 10:57:45 -07:00
zig.h cbe: get behavior tests running on arm 2023-07-31 01:58:10 -04:00