We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e670270 commit 2b06457Copy full SHA for 2b06457
1 file changed
README.md
@@ -17,15 +17,15 @@ and more (See Cargo.toml).
17
Feature flags
18
--------------
19
20
-- OpenBLAS
+- [OpenBLAS](https://github.com/cmr/openblas-src)
21
- `openblas-static`: use OpenBLAS with static link (default)
22
- `openblas-shared`: use OpenBLAS with shared link
23
- `openblas-system`: use system OpenBLAS (experimental)
24
-- Netlib
+- [Netlib](https://github.com/cmr/netlib-src)
25
- `netlib-static`: use Netlib with static link (default)
26
- `netlib-shared`: use Netlib with shared link
27
- `netlib-system`: use system Netlib (experimental)
28
-- Intel MKL
+- [Intel MKL](https://github.com/termoshtt/rust-intel-mkl) (non-free license, see the linked page)
29
- `intel-mkl`: use Intel MKL shared link (experimental)
30
31
Examples
0 commit comments