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