Remove incorrect sparcv9 match pattern from configure_f16_f128
This commit is contained in:
parent
dd750943bb
commit
10bdf3b6c1
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ pub fn configure_f16_f128(target: &Target) {
|
|||
// `f128` crashes <https://github.com/llvm/llvm-project/issues/101545>
|
||||
"powerpc64" if &target.os == "aix" => (true, false),
|
||||
// `f128` crashes <https://github.com/llvm/llvm-project/issues/41838>
|
||||
"sparc" | "sparcv9" => (true, false),
|
||||
"sparc" => (true, false),
|
||||
// `f16` miscompiles <https://github.com/llvm/llvm-project/issues/96438>
|
||||
"wasm32" | "wasm64" => (false, true),
|
||||
// Most everything else works as of LLVM 19
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue