Skip to content

Commit

Permalink
Add table for supported features per OS
Browse files Browse the repository at this point in the history
  • Loading branch information
termoshtt committed Jun 17, 2020
1 parent dd3225b commit 7e4e1ae
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,19 @@ Redistribution of Intel MKL as a crate. Tested on Linux, macOS, and Windows (sin
[VM]: https://software.intel.com/en-us/mkl-developer-reference-c-vector-mathematical-functions
[VSL]: https://software.intel.com/en-us/mkl-developer-reference-c-statistical-functions

## Supported features

| feature name | Linux | macOS | Windows |
|:-----------------------|:------------------:|:------------------:|:------------------:|
| mkl-static-lp64-iomp | :heavy_check_mark: | - | - |
| mkl-static-lp64-seq | :heavy_check_mark: | - | - |
| mkl-static-ilp64-iomp | :heavy_check_mark: | - | - |
| mkl-static-ilp64-seq | :heavy_check_mark: | - | - |
| mkl-dynamic-lp64-iomp | :heavy_check_mark: | :heavy_check_mark: | - |
| mkl-dynamic-lp64-seq | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| mkl-dynamic-ilp64-iomp | :heavy_check_mark: | :heavy_check_mark: | - |
| mkl-dynamic-ilp64-seq | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |

## Usage

This crate is a `*-src` crate. This downloads and link Intel MKL, but does not introduce any symbols.
Expand Down

0 comments on commit 7e4e1ae

Please sign in to comment.