aboutsummaryrefslogtreecommitdiff
path: root/lib/compiler_rt/int_from_float_test.zig
AgeCommit message (Collapse)Author
2025-04-11compiler-rt: compute correct integer sizes from bits at runtimeJacob Young
Also, accepting `align(1)` pointers ensures that the alignment is safety checked rather than assumed.
2025-03-08compiler-rt: fix signed min int from floatJacob Young
2025-02-09x86_64: implement conversions between scalar floats and intsJacob Young
Closes #22797
2023-10-29x86_64: fix compiler rt test failuresJacob Young
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young
This reverts commit 6f0198cadbe29294f2bf3153a27beebd64377566.
2023-10-22Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"Andrew Kelley
This reverts commit 0c99ba1eab63865592bb084feb271cd4e4b0357e, reversing changes made to 5f92b070bf284f1493b1b5d433dd3adde2f46727. This caused a CI failure when it landed in master branch due to a 128-bit `@byteSwap` in std.mem.
2023-10-21x86_64: fix bugs and disable erroring testsJacob Young
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
Signed-off-by: Eric Joldasov <bratishkaerik@getgoogleoff.me>