Skip to content

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

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

bluss/fast-floats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fast-floats

Please read the API documentation on docs.rs

build_status crates

Recent Changes

  • 0.2.0
    • Fast now requires unsafe to create values: to be clear that it is a soundness issue to have problematic values in Fast, i.e. non-finite floats. No safe constructors also means that Default and Zero traits disappear.
    • Fix bug in assign ops: they were previously implemented incorrectly (Except +=)
  • 0.1.2
    • Use repr(transparent) on Fast
    • Add type aliases FF64, FF32 and a few trait impls
  • 0.1.1
    • Add mixed operations (Fast<f64> + f64 etc.)
  • 0.1.0
    • Initial release.

License

Dual-licensed to be compatible with the Rust project.

Licensed under the Apache License, Version 2.0 https://www.apache.org/licenses/LICENSE-2.0 or the MIT license https://opensource.org/licenses/MIT, at your option. This file may not be copied, modified, or distributed except according to those terms.

About

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

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages