lib/compiler_rt/addf3.zig | 22 ++++++------ lib/compiler_rt/addf3_test.zig | 18 +++++----- lib/compiler_rt/arm.zig | 2 +- lib/compiler_rt/ceil.zig | 12 +++---- lib/compiler_rt/clzdi2_test.zig | 2 +- lib/compiler_rt/clzsi2_test.zig | 2 +- lib/compiler_rt/clzti2_test.zig | 2 +- lib/compiler_rt/cos.zig | 6 ++-- lib/compiler_rt/count0bits.zig | 6 ++-- lib/compiler_rt/ctzdi2_test.zig | 2 +- lib/compiler_rt/ctzsi2_test.zig | 2 +- lib/compiler_rt/ctzti2_test.zig | 2 +- lib/compiler_rt/divdf3.zig | 48 +++++++++++++------------- lib/compiler_rt/divdf3_test.zig | 2 +- lib/compiler_rt/divhf3.zig | 2 +- lib/compiler_rt/divsf3.zig | 44 ++++++++++++------------ lib/compiler_rt/divsf3_test.zig | 2 +- lib/compiler_rt/divtf3.zig | 58 ++++++++++++++++---------------- lib/compiler_rt/divtf3_test.zig | 6 ++-- lib/compiler_rt/divxf3.zig | 48 +++++++++++++------------- lib/compiler_rt/divxf3_test.zig | 6 ++-- lib/compiler_rt/emutls.zig | 2 +- lib/compiler_rt/exp.zig | 20 +++++------ lib/compiler_rt/exp2.zig | 20 +++++------ lib/compiler_rt/extendf.zig | 6 ++-- lib/compiler_rt/extendf_test.zig | 34 +++++++++---------- lib/compiler_rt/float_from_int_test.zig | 12 +++---- lib/compiler_rt/floor.zig | 4 +-- lib/compiler_rt/fmod.zig | 30 ++++++++--------- lib/compiler_rt/log.zig | 24 ++++++------- lib/compiler_rt/log10.zig | 20 +++++------ lib/compiler_rt/log2.zig | 28 +++++++-------- lib/compiler_rt/modti3.zig | 2 +- lib/compiler_rt/mulXi3.zig | 8 ++--- lib/compiler_rt/mulf3.zig | 12 +++---- lib/compiler_rt/mulf3_test.zig | 17 +++++----- lib/compiler_rt/parityti2_test.zig | 2 +- lib/compiler_rt/rem_pio2.zig | 16 ++++----- lib/compiler_rt/rem_pio2_large.zig | 6 ++-- lib/compiler_rt/rem_pio2f.zig | 4 +-- lib/compiler_rt/round.zig | 10 +++--- lib/compiler_rt/sincos.zig | 2 +- lib/compiler_rt/sqrt.zig | 2 +- lib/compiler_rt/tan.zig | 4 +-- lib/compiler_rt/trig.zig | 2 +- lib/compiler_rt/trunc.zig | 10 +++--- lib/compiler_rt/truncf.zig | 4 +-- lib/compiler_rt/truncf_test.zig | 40 +++++++++++----------- lib/compiler_rt/trunctfxf2.zig | 2 +- lib/std/Build.zig | 2 +- lib/std/crypto/25519/edwards25519.zig | 2 +- lib/std/crypto/aes_ocb.zig | 2 +- lib/std/crypto/ff.zig | 10 +++--- lib/std/crypto/isap.zig | 2 +- lib/std/crypto/kyber_d00.zig | 4 +-- lib/std/hash/crc.zig | 2 +- lib/std/hash/murmur.zig | 4 +-- lib/std/hash_map.zig | 6 ++-- lib/std/leb128.zig | 16 ++++----- lib/std/math/atanh.zig | 4 +-- lib/std/math/complex/cosh.zig | 16 ++++----- lib/std/math/complex/exp.zig | 12 +++---- lib/std/math/complex/sinh.zig | 12 +++---- lib/std/math/complex/tanh.zig | 8 ++--- lib/std/math/modf.zig | 6 ++-- lib/std/os/linux.zig | 14 ++++---- lib/std/os/linux/io_uring.zig | 8 ++--- lib/std/os/windows.zig | 2 +- lib/std/os/windows/user32.zig | 2 +- lib/std/rand/Pcg.zig | 4 +-- lib/std/zig/c_builtins.zig | 4 +-- lib/std/zig/system/arm.zig | 2 +- 72 files changed, 390 insertions(+), 391 deletions(-)