Skip to content

Commit 91645da

Browse files
author
Martin Nordholts
committed
Experiment: See if f16 works on MIPS
1 parent de91711 commit 91645da

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

library/Cargo.lock

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ dependencies = [
6262
[[package]]
6363
name = "compiler_builtins"
6464
version = "0.1.146"
65-
source = "registry+https://github.com/rust-lang/crates.io-index"
66-
checksum = "a97117b1434b79833f39a5fabdf82f890bd98c1988334dea1cb67f7e627fa311"
65+
source = "git+https://github.com/martn3/compiler-builtins.git?branch=f16-mips#b15a085cf1ca4b8e9d31b56dd564bb8954306ae5"
6766
dependencies = [
6867
"cc",
6968
"rustc-std-workspace-core",

library/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ object.debug = 0
4141
rustc-demangle.debug = 0
4242

4343
[patch.crates-io]
44+
compiler_builtins = { git = 'https://github.com/martn3/compiler-builtins.git', branch = "f16-mips" }
4445
# See comments in `library/rustc-std-workspace-core/README.md` for what's going on
4546
# here
4647
rustc-std-workspace-core = { path = 'rustc-std-workspace-core' }

library/std/build.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ fn main() {
107107
("csky", _) => false,
108108
("hexagon", _) => false,
109109
("loongarch64", _) => false,
110-
("mips" | "mips64" | "mips32r6" | "mips64r6", _) => false,
111110
("powerpc" | "powerpc64", _) => false,
112111
("sparc" | "sparc64", _) => false,
113112
("wasm32" | "wasm64", _) => false,

0 commit comments

Comments
 (0)