aboutsummaryrefslogtreecommitdiff
path: root/lib/std/math/nextafter.zig
AgeCommit message (Expand)Author
2024-09-02std.math: rename make_f80 to F80.toFloat and break_f80 to F80.fromFloatJeremy Hertel
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-08-21std: update eval branch quotas after bdbc485mlugg
2024-04-07Sema: fix runtime call of inline fn with comptime-known comptime-only ret typeCarl Ã…stholm
2024-02-26Remove redundant test name prefixes now that test names are fully qualifiedRyan Liptak
2024-02-12x86_64: fix register clobberJacob Young
2023-10-23x86_64: implement enough to pass unicode testsJacob Young
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young
2023-10-22Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"Andrew Kelley
2023-10-21x86_64: disable difficult std tests and hack around more zero-bit typesJacob Young
2023-10-06std.math: add nextAfter (#16894)castholm