rust ffast-math (defunct, use lower)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,11 +1,11 @@ [package] name = "umath" -version = "0.0.5" +version = "0.0.6" description = "ffast-math in rust" license = "MIT" repository = "https://github.com/bend-n/umath" authors = ["bend-n <[email protected]>"] edition = "2021" exclude = [".gitignore"] -categories = ["hardware-support", "mathematics", "no-std", "no-std::no-alloc"] +categories = ["hardware-support", "mathematics"] keywords = ["fast", "math", "unsafe", "ffast-math", "float"] |