riscv: implement @floatFromInt

This commit is contained in:
David Rubin
2024-07-24 19:31:51 -07:00
parent 1a7d89a84d
commit c00a5ff792
5 changed files with 82 additions and 7 deletions

View File

@@ -514,6 +514,7 @@ test "struct field explicit alignment" {
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest; // flaky
if (builtin.zig_backend == .stage2_riscv64) return error.SkipZigTest;
const S = struct {
const Node = struct {