You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- All features, including `zerocopy`, `serde`, `bytemuck`, `num-traits`, and `alloc` support.
40
44
41
-
## Fixed
45
+
###Fixed
42
46
43
47
- Disabled hardware instrinsics by default for `f16` to `f64` and `f64` to `f16` conversions, due to lossy results with an intermediate `f32` (see [#161](https://github.com/starkat99/half-rs/issues/116)).
44
48
- Silenced most clippy lints.
45
49
46
50
- Suppressed unexpected_cfg lint warnings on newer versions of stable Rust.
47
51
- Resolved ambiguous rustdoc warnings due to new unstable `f16` primitive in compiler.
48
52
49
-
# Half Changelog
53
+
##Half Changelog
50
54
51
55
These were all changes for half, which `float16` is a fork of.
52
56
@@ -492,6 +496,7 @@ These were all changes for half, which `float16` is a fork of.
0 commit comments