Skip to content

build(deps): bump libm from 0.2.15 to 0.2.16#476

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/libm-0.2.16
Open

build(deps): bump libm from 0.2.15 to 0.2.16#476
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/libm-0.2.16

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2026

Bumps libm from 0.2.15 to 0.2.16.

Release notes

Sourced from libm's releases.

libm-v0.2.16

Fixed

  • Fix an incorrect result for fminimum and fmaximum with the input (-0, NaN)
  • Fix a typo in libm::Libm::roundeven
  • Fix the expm1f overflow threshold
  • Change CmpResult to use a pointer-sized return type
  • Compare against CARGO_CFG_TARGET_FAMILY in a multi-valued fashion
  • Implement exp and its variants for i586 with inline assembly
  • Implement floor and ceil in assembly on i586

Other

  • Significantly optimize fmod worst case performance (#1002)
Commits
  • dfd2203 chore: release libm v0.2.16
  • 0f5c341 Set codegen-units=1 for benchmarks
  • 723335f Implement __sync builtins for thumbv6-none-eabi (#1050)
  • 65624df compiler-builtins: Enable AArch64 __chkstk for MinGW
  • a33e08e ci: Move the dependency installs and wall time benchmarks to scripts
  • 4ce6a08 Fix a typo in libm::Libm::roundeven
  • 2d56e4d Ignore unused_unsafe lint in libm/src/math/arch/x86/detect.rs
  • 93d8cb5 compiler-builtins: Revert "cpuid is safe since the stdarch sync, so remove un...
  • 66ffdef Merge ref '23d01cd24125' from rust-lang/rust
  • be448ff Prepare for merging from rust-lang/rust
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 10, 2026
@chmanie
Copy link
Member

chmanie commented Mar 15, 2026

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/cargo/libm-0.2.16 branch from e1cf0c9 to bd5be87 Compare March 15, 2026 11:07
@dependabot dependabot bot force-pushed the dependabot/cargo/libm-0.2.16 branch from bd5be87 to e25a862 Compare March 15, 2026 21:34
Bumps [libm](https://github.com/rust-lang/compiler-builtins) from 0.2.15 to 0.2.16.
- [Release notes](https://github.com/rust-lang/compiler-builtins/releases)
- [Commits](rust-lang/compiler-builtins@libm-v0.2.15...libm-v0.2.16)

---
updated-dependencies:
- dependency-name: libm
  dependency-version: 0.2.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/libm-0.2.16 branch from e25a862 to 5db454c Compare March 16, 2026 08:23
@chmanie chmanie force-pushed the main branch 3 times, most recently from d7ab681 to 18e6fd4 Compare March 16, 2026 19:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant