Lokathor / bytemuck

A crate for mucking around with piles of bytes
https://docs.rs/bytemuck
Apache License 2.0
697 stars 77 forks source link

Support `Zeroable` and `Pod` for `f16` and `f128` #251

Closed tgross35 closed 2 months ago

tgross35 commented 2 months ago

These are gated under a new feature flag nightly_float.

Fixes: https://github.com/Lokathor/bytemuck/issues/250

tgross35 commented 2 months ago

..forgot to save. Should be fixed

tgross35 commented 2 months ago

That was fast, thanks

Lokathor commented 2 months ago

released in bytemuck-1.16.1

and yeah this was a pretty easy update