add sin_pi_kernel_f64 and cos_pi_kernel_f64
[vector-math.git] / Cargo.toml
index 74c1f2b59739158797648cd593af2fb09a838f3d..a5b7fd4ef293b6c4b9ccce87626ee64696336178 100644 (file)
@@ -17,7 +17,13 @@ f16 = ["half"]
 fma = ["std"]
 std = []
 ir = ["std", "typed-arena"]
-stdsimd = ["core_simd"]
+stdsimd = ["core_simd", "std"] # for `f32::round` and similar
+# enable slow tests
+full_tests = []
+
+[dev-dependencies]
+rug = "1.12.0"
+az = "1.1.1"
 
 [workspace]
 members = [".", "vector-math-proc-macro"]