Skip to content

Commit d6c56cf

Browse files
committed
Unpin compiler-builtins
1 parent 98ed962 commit d6c56cf

File tree

4 files changed

+30
-31
lines changed

4 files changed

+30
-31
lines changed

Cargo.lock

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build_system/build_sysroot/Cargo.lock

Lines changed: 23 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build_system/build_sysroot/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ resolver = "2"
66

77
[dependencies]
88
core = { path = "./sysroot_src/library/core" }
9-
# TODO: after the sync, revert to using version 0.1.
10-
# compiler_builtins = "0.1"
11-
compiler_builtins = "=0.1.109"
9+
compiler_builtins = "0.1"
1210
alloc = { path = "./sysroot_src/library/alloc" }
1311
std = { path = "./sysroot_src/library/std", features = ["panic_unwind", "backtrace"] }
1412
test = { path = "./sysroot_src/library/test" }

src/context.rs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -235,33 +235,23 @@ impl<'gcc, 'tcx> CodegenCx<'gcc, 'tcx> {
235235
"sinf",
236236
"sin",
237237
"cosf",
238-
"cos",
239238
"powf",
240239
"pow",
241-
"expf",
242-
"exp",
243240
"exp2f",
244-
"exp2",
245241
"logf",
246-
"log",
247242
"log10f",
248243
"log10",
249-
"log2f",
250-
"log2",
251244
"fmaf",
252245
"fma",
253246
"fabsf",
254247
"fabs",
255248
"fminf",
256-
"fmin",
257249
"fmaxf",
258250
"fmax",
259251
"copysignf",
260252
"copysign",
261-
"floorf",
262253
"floor",
263254
"ceilf",
264-
"ceil",
265255
"truncf",
266256
"trunc",
267257
"rintf",

0 commit comments

Comments
 (0)