File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ and more (See Cargo.toml).
1717Feature flags
1818--------------
1919
20- - OpenBLAS
20+ - [ OpenBLAS] ( https://github.com/cmr/openblas-src )
2121 - ` openblas-static ` : use OpenBLAS with static link (default)
2222 - ` openblas-shared ` : use OpenBLAS with shared link
2323 - ` openblas-system ` : use system OpenBLAS (experimental)
24- - Netlib
24+ - [ Netlib] ( https://github.com/cmr/netlib-src )
2525 - ` netlib-static ` : use Netlib with static link (default)
2626 - ` netlib-shared ` : use Netlib with shared link
2727 - ` netlib-system ` : use system Netlib (experimental)
28- - Intel MKL
28+ - [ Intel MKL] ( https://github.com/termoshtt/rust-intel-mkl ) (non-free license, see the linked page)
2929 - ` intel-mkl ` : use Intel MKL shared link (experimental)
3030
3131Examples
You can’t perform that action at this time.
0 commit comments