File tree Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
+
8
+ ## [ Unreleased]
9
+
10
+ ## [ 0.2.16] ( https://github.com/rust-lang/compiler-builtins/compare/libm-v0.2.15...libm-v0.2.16 ) - 2025-07-24
11
+
12
+ ### Other
13
+
14
+ - Enable tests that were skipped on PowerPC
15
+ - Allow a new lint failure in nightly
16
+ - Test building custom targets and resolve an issue probing ` rustc `
17
+ - Use the compiler to determine whether or not to enable ` f16 ` and ` f128 `
18
+ - Improved integer utilities, implement shifts and bug fixes for i256 and u256
19
+ - Clean up and sort manifest keys
20
+ - Fix incorrect result and add tests
21
+ - Fix unintentional skips in ` binop_common `
22
+ - Use ` x.biteq(y) ` rather than ` x.to_bits() == y.to_bits() `
23
+ - Fix new ` dead_code ` warnings from recent nightlies
24
+ - Reuse ` libm ` 's ` Caat ` and ` CastFrom ` in ` compiler-builtins `
25
+ - Reuse ` MinInt ` and ` Int ` from ` libm ` in ` compiler-builtins `
26
+ - Add a note saying why we use ` frintx ` rather than ` frintn `
27
+ - Typo in README.md
28
+ - Update ` CmpResult ` to use a pointer-sized return type
29
+ - Clean up unused files
30
+ - Fix ` i256::MAX `
31
+ # Changelog
32
+
33
+ All notable changes to this project will be documented in this file.
34
+
5
35
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
36
and this project adheres to
7
37
[ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " libm"
3
- version = " 0.2.15 "
3
+ version = " 0.2.16 "
4
4
authors = [
" Jorge Aparicio <[email protected] >" ]
5
5
description = " libm in pure Rust"
6
6
categories = [" no-std" ]
You can’t perform that action at this time.
0 commit comments