Skip to content

Commit daba983

Browse files
authored
Add Tested envs
1 parent 2cfac54 commit daba983

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@ ndarray = "0.12"
4242
ndarray-linalg = { version = "0.11", features = ["openblas"] }
4343
```
4444

45+
### Tested Environments
46+
47+
|Backend | Linux | Windows | macOS |
48+
|:-------|:-----:|:-------:|:-----:|
49+
|OpenBLAS|✔️|🚫|🚫|
50+
|Netlib|✔️|🚫|🚫|
51+
|Intel MKL|✔️|✔️|✔️|
52+
4553
### For librarian
4654
If you creating a library depending on this crate, we encourage you not to link any backend:
4755

0 commit comments

Comments
 (0)