mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
llvm: remove f16 special case for soft float aarch64
This commit is contained in:
parent
d4882d10f8
commit
1c858ba7e3
1 changed files with 0 additions and 4 deletions
|
|
@ -12870,10 +12870,6 @@ fn backendSupportsF16(target: *const std.Target) bool {
|
||||||
.thumb,
|
.thumb,
|
||||||
.thumbeb,
|
.thumbeb,
|
||||||
=> target.abi.float() == .soft or target.cpu.has(.arm, .fullfp16),
|
=> 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,
|
else => true,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue