Skip to content

Commit b79c5af

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

File tree

4 files changed

+30
-29
lines changed

4 files changed

+30
-29
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 & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -235,33 +235,25 @@ impl<'gcc, 'tcx> CodegenCx<'gcc, 'tcx> {
235235
"sinf",
236236
"sin",
237237
"cosf",
238-
"cos",
239238
"powf",
240239
"pow",
241240
"expf",
242-
"exp",
243241
"exp2f",
244-
"exp2",
245242
"logf",
246-
"log",
247243
"log10f",
248244
"log10",
249245
"log2f",
250-
"log2",
251246
"fmaf",
252247
"fma",
253248
"fabsf",
254249
"fabs",
255250
"fminf",
256-
"fmin",
257251
"fmaxf",
258252
"fmax",
259253
"copysignf",
260254
"copysign",
261-
"floorf",
262255
"floor",
263256
"ceilf",
264-
"ceil",
265257
"truncf",
266258
"trunc",
267259
"rintf",

0 commit comments

Comments
 (0)