This repository was archived by the owner on Apr 28, 2025. It is now read-only.
  
  
  
  
Releases: rust-lang/libm
Releases · rust-lang/libm
libm-v0.2.11
libm-v0.2.10
Other
- Set the MSRV to 1.63 and test this in CI
libm-v0.2.9
Fixed
- Update exponent calculations in nextafter to match musl
Changed
- Update licensing to MIT AND (MIT OR Apache-2.0), as this is derivative from
 MIT-licensed musl.
- Set edition to 2021 for all crates
- Upgrade all dependencies
Other
- Don't deny warnings in lib.rs
- Rename the musl-bitwise-testsfeature totest-musl-serialized
- Rename the musl-reference-testsfeature tomusl-bitwise-tests
- Move musl-reference-teststo a newlibm-testcrate
- Add a force-soft-floatsfeature to prevent using any intrinsics or
 arch-specific code
- Deny warnings in CI
- Fix clippy::deprecated_cfg_attron compiler_builtins
- Corrected English typos
- Remove unneeded extern coreintgamma
- Allow internal_features lint when building with "unstable"