| author | |
| committer | |
| log | 7a3626d1c683aff6ba048bee19622a6a02df334a |
| tree | 3b53f58d74109530503894255a0a09736636a67e |
| parent | 5e4249eb8b8b976619acf93831b492e923437500 |
| signature |
This should be reverted with LLVM 20.1 files changed, 3 insertions(+), 0 deletions(-)
src/codegen/llvm.zig+3| ... | ... | @@ -12453,6 +12453,9 @@ fn backendSupportsF80(target: std.Target) bool { |
| 12453 | 12453 | /// if it produces miscompilations. |
| 12454 | 12454 | fn backendSupportsF16(target: std.Target) bool { |
| 12455 | 12455 | return switch (target.cpu.arch) { |
| 12456 | // LoongArch can be removed from this list with LLVM 20. | |
| 12457 | .loongarch32, | |
| 12458 | .loongarch64, | |
| 12456 | 12459 | .hexagon, |
| 12457 | 12460 | .powerpc, |
| 12458 | 12461 | .powerpcle, |