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
This commit is contained in:
@@ -276,7 +276,6 @@ set(ZIG_STAGE2_SOURCES
|
||||
"${CMAKE_SOURCE_DIR}/lib/std/math/log.zig"
|
||||
"${CMAKE_SOURCE_DIR}/lib/std/math/log10.zig"
|
||||
"${CMAKE_SOURCE_DIR}/lib/std/math/log2.zig"
|
||||
"${CMAKE_SOURCE_DIR}/lib/std/math/nan.zig"
|
||||
"${CMAKE_SOURCE_DIR}/lib/std/math/signbit.zig"
|
||||
"${CMAKE_SOURCE_DIR}/lib/std/math/sqrt.zig"
|
||||
"${CMAKE_SOURCE_DIR}/lib/std/mem.zig"
|
||||
|
||||
Reference in New Issue
Block a user