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