| author | |
| committer | |
| log | 2193bbfd938ef562abdf1c9f1aced9acb24009bd |
| tree | 038a2c9f1e30e8294cc86bcd89e712d2e36c1fc3 |
| parent | f2b4e6b2e7ba9da26f69e2d978978adaf8b3f55a |
As for aarch64 we're waiting for LLVM to emit calls to the specific
builtins that implement this conversion.1 files changed, 1 insertions(+), 0 deletions(-)
test/stage1/behavior/widening.zig+1| ... | ... | @@ -31,6 +31,7 @@ test "float widening" { |
| 31 | 31 | test "float widening f16 to f128" { |
| 32 | 32 | // TODO https://github.com/ziglang/zig/issues/3282 |
| 33 | 33 | if (@import("builtin").arch == .aarch64) return error.SkipZigTest; |
| 34 | if (@import("builtin").arch == .powerpc64le) return error.SkipZigTest; | |
| 34 | 35 | |
| 35 | 36 | var x: f16 = 12.34; |
| 36 | 37 | var y: f128 = x; |