stdsimd bindings work!
[vector-math.git] / Cargo.toml
index 858dbd9fb34bdc8b700d562657ce010cf2109851..74c1f2b59739158797648cd593af2fb09a838f3d 100644 (file)
@@ -12,7 +12,7 @@ core_simd = { version = "0.1.0", git = "https://github.com/rust-lang/stdsimd", o
 vector-math-proc-macro = { version = "=0.1.0", path = "vector-math-proc-macro" }
 
 [features]
-default = ["f16", "fma"]
+default = ["fma"]
 f16 = ["half"]
 fma = ["std"]
 std = []