Replace FastFloat with mul_add

This commit is contained in:
2021-03-23 19:21:38 +01:00
parent df05c06270
commit 4ae5c02bb1
4 changed files with 16 additions and 59 deletions

View File

@@ -11,7 +11,7 @@ crate-type = ["cdylib"]
wasm-bindgen = "0.2.63"
console_error_panic_hook = "0.1.6"
wee_alloc = "0.4.5"
sbp = { path = "../sbp", features = ["f32", "fast-float"] }
sbp = { path = "../sbp", features = ["f32"] }
ndarray = "0.14.0"
euler = { path = "../euler" }
maxwell = { path = "../maxwell" }