Skip to content

Commit

Permalink
Merge pull request rust-lang#427 from jethrogb/update-libm
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu authored Jun 25, 2021
2 parents 8ec7648 + ef9ec63 commit f26cf72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Jorge Aparicio <[email protected]>"]
name = "compiler_builtins"
version = "0.1.45"
version = "0.1.46"
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/rust-lang/compiler-builtins"
Expand Down
2 changes: 1 addition & 1 deletion libm
Submodule libm updated 4 files
+27 −1 CHANGELOG.md
+1 −0 Cargo.toml
+12 −4 src/math/fma.rs
+2 −2 src/math/pow.rs

0 comments on commit f26cf72

Please sign in to comment.