diff options
| author | Alex Rønne Petersen <alex@alexrp.com> | 2025-08-02 21:17:38 +0200 |
|---|---|---|
| committer | Alex Rønne Petersen <alex@alexrp.com> | 2025-08-30 06:36:41 +0200 |
| commit | e4f38a611f1ba669434d52e753ae2c729911eead (patch) | |
| tree | 155adc7d3bd3443b3d2dfb2a01553f2a9cf2a8bf /src/codegen | |
| parent | 1c858ba7e302c2e0bcff1e54c599865eae4c3578 (diff) | |
| download | zig-e4f38a611f1ba669434d52e753ae2c729911eead.tar.gz zig-e4f38a611f1ba669434d52e753ae2c729911eead.zip | |
llvm: switch to native f16 IR type for all hexagon targets
This was fixed in LLVM 21, in particular for targets older than v68.
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 bed0fab45a..b9e17d06e9 100644 --- a/src/codegen/llvm.zig +++ b/src/codegen/llvm.zig @@ -12852,8 +12852,6 @@ fn backendSupportsF16(target: *const std.Target) bool { // https://github.com/llvm/llvm-project/issues/97981 .csky, // https://github.com/llvm/llvm-project/issues/97981 - .hexagon, - // https://github.com/llvm/llvm-project/issues/97981 .powerpc, .powerpcle, .powerpc64, |
