Replace FastFloat with mul_add
This commit is contained in:
		@@ -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" }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user