diff options
| author | Alex Rønne Petersen <alex@alexrp.com> | 2025-08-02 21:06:39 +0200 |
|---|---|---|
| committer | Alex Rønne Petersen <alex@alexrp.com> | 2025-08-30 06:36:41 +0200 |
| commit | 53c53a269797f406d4a3f750a247729282d942db (patch) | |
| tree | 339caf1839438d5fcb89d0db69b4e7d9a85e11f8 /src/codegen | |
| parent | c4592da88230939c068350e469bdc34076260860 (diff) | |
| download | zig-53c53a269797f406d4a3f750a247729282d942db.tar.gz zig-53c53a269797f406d4a3f750a247729282d942db.zip | |
llvm: switch to native f16 IR type for s390x
LLVM 21 added support for this.
Diffstat (limited to 'src/codegen')
| -rw-r--r-- | src/codegen/llvm.zig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/codegen/llvm.zig b/src/codegen/llvm.zig index 54e939ab85..44bb06ff53 100644 --- a/src/codegen/llvm.zig +++ b/src/codegen/llvm.zig @@ -12861,8 +12861,6 @@ fn backendSupportsF16(target: *const std.Target) bool { // https://github.com/llvm/llvm-project/issues/97981 .wasm32, .wasm64, - // https://github.com/llvm/llvm-project/issues/50374 - .s390x, // https://github.com/llvm/llvm-project/issues/97981 .sparc, .sparc64, |
