blis-sys 0.3.0

Rust bindings for BLIS
Documentation
1
2
3
4
5
6
7
8
9
10
11
Rust bindings for BLIS.

https://github.com/flame/blis

# Features
- `static` (enabled by default): Link BLIS statically.
- `parallel-pthreads`: Enables multithreading with `pthreads`.
- `parallel-openmp`: Enables multithreading with `openmp`.
- `runtime-dispatch`: Enables runtime dispatch on `x86_64`.

`parallel-pthreads` and `parallel-openmp` are mutually exclusive.