mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 18:51:44 +03:00
245c160a7b
The implementation was ported from `musl` to Zig code, and the `rint` unit tests were generalized so they could be used for `rintf` as well. This was checked both through unit tests and running `libc-test` suite: ``` $ ./build/stage3/bin/zig build -p stage4 -Denable-llvm -Dno-lib $ stage4/bin/zig build test-libc -Dlibc-test-path=<LIBC-TEST-PATH> -Dtest-filter=rintf -fqemu -fwasmtime --summary line Build Summary: 1657/1657 steps succeeded ```