mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
llvm: remove f16 special case for soft float aarch64
This commit is contained in:
parent
d4882d10f8
commit
1c858ba7e3
@ -12870,10 +12870,6 @@ fn backendSupportsF16(target: *const std.Target) bool {
|
||||
.thumb,
|
||||
.thumbeb,
|
||||
=> target.abi.float() == .soft or target.cpu.has(.arm, .fullfp16),
|
||||
// https://github.com/llvm/llvm-project/issues/129394
|
||||
.aarch64,
|
||||
.aarch64_be,
|
||||
=> target.cpu.has(.aarch64, .fp_armv8),
|
||||
else => true,
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user