diff options
| author | Trevor Gross <t.gross35@gmail.com> | 2025-05-05 00:20:58 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-05 00:20:58 -0400 |
| commit | 512dab0bee66ed70062f49c2ce7ca13ea6e76b8e (patch) | |
| tree | 0b4d7ebc589ff364c018b2cc4ef2cedf809e5c59 /library/alloc | |
| parent | cac28ed674671557dacbb7df13432176f97679fa (diff) | |
| parent | 435fc7d685115cf5bbd986ade8d2327ee6441759 (diff) | |
Rollup merge of #140648 - tgross35:update-builtins, r=tgross35
Update `compiler-builtins` to 0.1.157 Includes the following changes: * Use runtime feature detection for fma routines on x86 [1] Fixes: https://github.com/rust-lang/rust/issues/140452 [1]: https://github.com/rust-lang/compiler-builtins/pull/896
Diffstat (limited to 'library/alloc')
| -rw-r--r-- | library/alloc/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/alloc/Cargo.toml b/library/alloc/Cargo.toml index 994221de866..ebfcf8759fa 100644 --- a/library/alloc/Cargo.toml +++ b/library/alloc/Cargo.toml @@ -16,7 +16,7 @@ bench = false [dependencies] core = { path = "../core", public = true } -compiler_builtins = { version = "=0.1.156", features = ['rustc-dep-of-std'] } +compiler_builtins = { version = "=0.1.157", features = ['rustc-dep-of-std'] } [features] compiler-builtins-mem = ['compiler_builtins/mem'] |
