This repository was archived by the owner on Apr 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,32 @@ and this project adheres to
8
8
9
9
## [ Unreleased]
10
10
11
+ ## [ 0.2.12] ( https://github.com/rust-lang/libm/compare/libm-v0.2.11...libm-v0.2.12 ) - 2024-11-14
12
+
13
+ ### Other
14
+
15
+ - Use ` https: ` links in ` README.md `
16
+ - Move some numeric trait logic to default implementations
17
+ - Resolve clippy errors in ` libm ` tests and check this in CI
18
+ - Add some more basic docstrings ([ #352 ] ( https://github.com/rust-lang/libm/pull/352 ) )
19
+ - Introduce ` hf32! ` and ` hf64! ` macros for hex float support
20
+ - Fix errors reported by Clippy in ` libm `
21
+ - Expose the ` support ` module publicly with a test feature
22
+ - Update libm ` Float ` and ` Int ` with functions from the test traits
23
+ - Change prefixes used by the ` Float ` trait
24
+ - Remove ` libm-bench `
25
+ - Rename ` canonical_name ` to ` base_name `
26
+ - Add float and integer traits from compiler-builtins
27
+ - Move architecture-specific code to ` src/math/arch `
28
+ - Update ` select_implementation ` to accept arch configuration
29
+ - Add an "arch" Cargo feature that is on by default
30
+ - Vendor ` cfg_if::cfg_if! `
31
+ - Make use of ` select_implementation `
32
+ - Introduce a ` select_implementation ` macro
33
+ - Introduce ` math::arch::intrinsics `
34
+ - Replace ` feature = "unstable-intrinsics" ` with ` intrinsics_enabled `
35
+ - Move the existing "unstable" feature to "unstable-intrinsics"
36
+
11
37
## [ 0.2.11] ( https://github.com/rust-lang/libm/compare/libm-v0.2.10...libm-v0.2.11 ) - 2024-10-28
12
38
13
39
### Fixed
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ license = "MIT AND (MIT OR Apache-2.0)"
8
8
name = " libm"
9
9
readme = " README.md"
10
10
repository = " https://github.com/rust-lang/libm"
11
- version = " 0.2.11 "
11
+ version = " 0.2.12 "
12
12
edition = " 2021"
13
13
exclude = [" /ci/" , " /.github/workflows/" ]
14
14
rust-version = " 1.63"
You can’t perform that action at this time.
0 commit comments