File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1111- Deserialize now supports deserializing from ` f32 ` , ` f64 ` , and string values in addition to its
1212 previous default deserialization. Closes [ #60 ] .
1313
14+ ### Fixed
15+ - Add ` #[inline] ` on fallback functions, which improved conversion execution on non-nightly rust
16+ by up to 50%. By [ @Shnatsel ] .
17+
1418## [ 2.1.0] - 2022-07-18 <a name =" 2.1.0 " ></a >
1519### Added
1620- Add support for target_arch ` spirv ` . Some traits and functions are unavailble on this
@@ -278,6 +282,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
278282[ @kali ] : https://github.com/kali
279283[ @Nilstrieb ] : https://github.com/Nilstrieb
280284[ @joseluis ] : https://github.com/joseluis
285+ [ @Shnatsel ] : https://github.com/Shnatsel
281286
282287
283288[ Unreleased ] : https://github.com/starkat99/half-rs/compare/v2.1.0...HEAD
You can’t perform that action at this time.
0 commit comments