mirror of
https://github.com/ziglang/zig.git
synced 2025-12-07 23:03:08 +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.