We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc55cac commit 65053b2Copy full SHA for 65053b2
README.md
@@ -27,7 +27,13 @@ Feature flags
27
- You must install FFTW to your system before building this crate
28
- `intel-mkl` use Intel MKL backend through [intel-mkl-src](https://github.com/termoshtt/rust-intel-mkl)
29
- Linux, macOS, and Windows are supported
30
-
+
31
+|Feature | Linux | Windows | macOS |
32
+|:--------|:-----:|:-------:|:-----:|
33
+|source |✔️ |✔️ |✔️ |
34
+|system |✔️ |- |- |
35
+|intel-mkl|✔️ |✔️ |✔️ |
36
37
LICENSE
38
--------
39
See [LICENSE.md](./LICENSE.md)
0 commit comments