From 09633062b692edd9a7534488c0d04e5de5497ed1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Mi=C4=85sko?= Date: Mon, 13 Apr 2020 00:00:00 +0000 Subject: [PATCH] Update compiler_builtins to 0.1.27 * aarch64: Exclude FP intrinsics on +nofp or +nosimd * Place intrinsics in individual object files --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 73d276d177648..73eaa2fa43b85 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -566,9 +566,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",