Skip to content

Commit a0e52b1

Browse files
committed
Auto merge of #71102 - tmiasko:compiler-builtins, r=Mark-Simulacrum
Update compiler_builtins to 0.1.27 * aarch64: Exclude FP intrinsics on +nofp or +nosimd * Place intrinsics in individual object files rust-lang/compiler-builtins@0.1.25...0.1.27
2 parents 8001b96 + 0963306 commit a0e52b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -565,9 +565,9 @@ dependencies = [
565565

566566
[[package]]
567567
name = "compiler_builtins"
568-
version = "0.1.25"
568+
version = "0.1.27"
569569
source = "registry+https://github.com/rust-lang/crates.io-index"
570-
checksum = "438ac08ddc5efe81452f984a9e33ba425b00b31d1f48e6acd9e2210aa28cc52e"
570+
checksum = "38f18416546abfbf8d801c555a0e99524453e7214f9cc9107ad49de3d5948ccc"
571571
dependencies = [
572572
"cc",
573573
"rustc-std-workspace-core",

0 commit comments

Comments
 (0)