Proof of concept

This commit is contained in:
Renar Narubin
2021-11-04 15:35:47 -07:00
parent 4b04b01fda
commit 87b0aeab0c
7 changed files with 393 additions and 0 deletions

18
Cargo.toml Normal file
View File

@@ -0,0 +1,18 @@
[package]
name = "fast_fp"
version = "0.1.0"
authors = ["Renar Narubin <renar@standard.ai>"]
edition = "2018"
readme = "README.md"
license = "MIT OR Apache-2.0"
[[bench]]
name = "operations"
harness = false
[dependencies]
num-traits = { version = "0.2", optional = true }
[dev-dependencies]
criterion = "0.3"
rand = "0.8"