mirror of
https://github.com/ziglang/zig.git
synced 2026-01-04 04:25:05 +00:00
* Add some more tests for the sqrt/sqrtf implementations. The idea is to cross-check the software impl with the HW one whenever possible. * Fix a broken test, oops.