Rollup merge of #137674 - heiher:enable-f16-loong, r=tgross35
Enable `f16` for LoongArch Blocked on https://github.com/rust-lang/compiler-builtins/pull/770 r? ```@tgross35``` Tracking issue for f16: https://github.com/rust-lang/rust/issues/116909 try-job: dist-loongarch64-linux try-job: dist-loongarch64-musl
This commit is contained in:
commit
6e7d1353d1
1 changed files with 0 additions and 1 deletions
|
@ -113,7 +113,6 @@ fn main() {
|
|||
// Infinite recursion <https://github.com/llvm/llvm-project/issues/97981>
|
||||
("csky", _) => false,
|
||||
("hexagon", _) => false,
|
||||
("loongarch64", _) => false,
|
||||
("powerpc" | "powerpc64", _) => false,
|
||||
("sparc" | "sparc64", _) => false,
|
||||
("wasm32" | "wasm64", _) => false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue