Skip to content

Commit

Permalink
Auto merge of rust-lang#71102 - tmiasko:compiler-builtins, r=Mark-Sim…
Browse files Browse the repository at this point in the history
…ulacrum

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
  • Loading branch information
bors committed Apr 19, 2020
2 parents 8001b96 + 0963306 commit a0e52b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -565,9 +565,9 @@ dependencies = [

[[package]]
name = "compiler_builtins"
version = "0.1.25"
version = "0.1.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "438ac08ddc5efe81452f984a9e33ba425b00b31d1f48e6acd9e2210aa28cc52e"
checksum = "38f18416546abfbf8d801c555a0e99524453e7214f9cc9107ad49de3d5948ccc"
dependencies = [
"cc",
"rustc-std-workspace-core",
Expand Down

0 comments on commit a0e52b1

Please sign in to comment.