starkat99 / half-rs

Half-precision floating point types f16 and bf16 for Rust.
https://docs.rs/half/
Other
232 stars 52 forks source link

Fixed not compiling for i686-pc-windows-msvc #94

Closed Wazed-Matthis closed 1 year ago

Wazed-Matthis commented 1 year ago

I was trying to compile this crate for the i686 arch and id did not seem to compile, because a import was missing, (maybe someone did not try to compile for all targets.) I added the import in an extra line, so you can see how you will proceed with this. Kind regards

starkat99 commented 1 year ago

Fixes #93. Was positive I had x86 builds in CI, but looks like they're missing after CI changes a while back