We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ba131f commit bee721bCopy full SHA for bee721b
CHANGELOG.md
@@ -4,6 +4,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
4
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
5
6
## [Unreleased]
7
+### Added
8
+- `f16` and `bf16` now implement `Immutable` and `KnownLayout` for `zerocopy` crate. By [@usamoi].
9
10
11
## [2.5.0] - 2024-03-13 <a name="2.5.0"></a>
@@ -374,6 +376,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
374
376
[@comath]: https://github.com/comath
375
377
[@FL33TW00D]: https://github.com/FL33TW00D
378
[@kpreid]: https://github.com/kpreid
379
+[@usamoi]: https://github.com/usamoi
380
381
382
[Unreleased]: https://github.com/starkat99/half-rs/compare/v2.5.0...HEAD
0 commit comments