Skip to content

Commit 0963306

Browse files
committed
Update compiler_builtins to 0.1.27
* aarch64: Exclude FP intrinsics on +nofp or +nosimd * Place intrinsics in individual object files
1 parent d28a464 commit 0963306

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
@@ -566,9 +566,9 @@ dependencies = [
566566

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

0 commit comments

Comments
 (0)