| ... | @@ -103,7 +103,7 @@ pub fn F16T(comptime OtherType: type) type { | ... | @@ -103,7 +103,7 @@ pub fn F16T(comptime OtherType: type) type { |
| 103 | else | 103 | else |
| 104 | u16, | 104 | u16, |
| 105 | .aarch64, .aarch64_be => f16, | 105 | .aarch64, .aarch64_be => f16, |
| 106 | .riscv64 => if (builtin.zig_backend == .stage1) u16 else f16, | 106 | .riscv32, .riscv64 => f16, |
| 107 | .x86, .x86_64 => if (builtin.target.isDarwin()) switch (OtherType) { | 107 | .x86, .x86_64 => if (builtin.target.isDarwin()) switch (OtherType) { |
| 108 | // Starting with LLVM 16, Darwin uses different abi for f16 | 108 | // Starting with LLVM 16, Darwin uses different abi for f16 |
| 109 | // depending on the type of the other return/argument..??? | 109 | // depending on the type of the other return/argument..??? |