fast-floats

Crates.iofast-floats
lib.rsfast-floats
version0.2.0
sourcesrc
created_at2017-11-26 13:53:22.06286
updated_at2021-11-01 17:24:27.674144
descriptionFast-math wrappers for floats; experimental and unstable; for experiments.
homepage
repositoryhttps://github.com/bluss/fast-floats
max_upload_size
id40561
size21,752
publish (github:lalrpop:publish)

documentation

https://docs.rs/fast-floats/

README

Experimental (unstable) “fast-math” wrappers for f32, f64

These wrappers enable the “fast-math” flags for the operations where there are intrinsics for this (add, sub, mul, div, rem). The wrappers exist so that we have a quick & easy way to experiment with fast math flags and further that feature in Rust.

Note that as of this writing, the Rust instrinsics use the “fast” flag documented in the langref; this enables all the float flags.

Rust Version

This crate is nightly only and experimental. Breaking changes can occur at any time, if changes in Rust require it.

Commit count: 15

cargo fmt