float-quickly 0.1.0

Faster, inline-friendly versions of some libm f32/f64 intrinsics.
Documentation
  • Coverage
  • 66.67%
    2 out of 3 items documented0 out of 2 items with examples
  • Size
  • Source code size: 36.98 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.03 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • recatek/float-quickly
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • recatek

float-quickly

Faster, inline-friendly versions of some libm f32/f64 intrinsics.

These may or may not be faster than the libm crate or your target platform's libm. You should benchmark on your target platform to be certain. Some basic benchmarks are provided in this package (run cargo bench), but running your own benchmarks is recommended.

License

float-quickly may be used under your choice of the Apache 2 or MIT license.