floats 0.2.0

f16 and f128 floating point types for compatibility with future Rust versions
Documentation
1
2
3
4
5
6
7
#![cfg(all(feature = "asm", target_arch = "aarch64", target_feature = "fp16"))]
#![cfg(feature = "casting")]

mod fl32;
mod fl64;
mod int32;
mod int64;