aboutsummaryrefslogtreecommitdiff
path: root/lib/compiler_rt/float_from_int_test.zig
AgeCommit message (Expand)Author
2025-04-11compiler-rt: compute correct integer sizes from bits at runtimeJacob Young
2025-02-09x86_64: implement conversions between scalar floats and intsJacob Young
2023-10-23x86_64: implement 128-bit builtinsJacob 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 failing tests, enable test-compiler-rt testingJacob Young
2023-09-19compiler_rt: fight off `@as` invasionJacob Young
2023-07-24Use builtin inference over @as where possibleZachary Raineri
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov