Module support

Source

Re-exportsยง

pub use big::i256;
pub use big::u256;
pub use env::FpResult;
pub use env::Round;
pub use env::Status;
pub use float_traits::DFloat;
pub use float_traits::Float;
pub use float_traits::HFloat;
pub use float_traits::IntTy;
pub use hex_float::hf16;
pub use hex_float::hf128;
pub use hex_float::Hexf;
pub use hex_float::hf32;
pub use hex_float::hf64;
pub use int_traits::CastFrom;
pub use int_traits::CastInto;
pub use int_traits::DInt;
pub use int_traits::HInt;
pub use int_traits::Int;
pub use int_traits::MinInt;

Modulesยง

big ๐Ÿ”’
Integers used for wide operations, larger than u128.
env ๐Ÿ”’
Support for rounding directions and status flags as specified by IEEE 754.
feature_detect ๐Ÿ”’
Helpers for runtime target feature detection that are shared across architectures.
float_traits ๐Ÿ”’
hex_float
Utilities for working with hex float formats.
int_traits ๐Ÿ”’
macros

Functionsยง

cold_path
Hint to the compiler that the current path is cold.