fast-floats 0.2.0

Fast-math wrappers for floats; experimental and unstable; for experiments.
Documentation
  • Coverage
  • 60%
    6 out of 10 items documented0 out of 6 items with examples
  • Size
  • Source code size: 21.28 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.36 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 11s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • bluss/fast-floats
    21 4 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • bluss

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.