Skip to content

Commit

Permalink
Add Tested envs
Browse files Browse the repository at this point in the history
  • Loading branch information
termoshtt committed Jun 11, 2019
1 parent 2cfac54 commit daba983
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ ndarray = "0.12"
ndarray-linalg = { version = "0.11", features = ["openblas"] }
```

### Tested Environments

|Backend | Linux | Windows | macOS |
|:-------|:-----:|:-------:|:-----:|
|OpenBLAS|✔️|🚫|🚫|
|Netlib|✔️|🚫|🚫|
|Intel MKL|✔️|✔️|✔️|

### For librarian
If you creating a library depending on this crate, we encourage you not to link any backend:

Expand Down

0 comments on commit daba983

Please sign in to comment.