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 `f16` and `f128` under a nightly flag #250

Closed tgross35 closed 2 months ago

tgross35 commented 2 months ago

f16 and f128 have been unstably around for a few months now. It would be great to have them usable via bytemuck for e.g. easy testing with GPUs.

Lokathor commented 2 months ago

Yep, I'd merge a PR for this.

tgross35 commented 2 months ago

Here you go https://github.com/Lokathor/bytemuck/pull/251