mirror of
https://github.com/ziglang/zig.git
synced 2026-01-01 02:53:23 +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.