diff --git a/README.md b/README.md index 9fd5c6146..9bfa84285 100644 --- a/README.md +++ b/README.md @@ -6,16 +6,17 @@ Introduction ------------ BLIS is a portable software framework for instantiating high-performance -BLAS-like dense linear algebra libraries. The framework was designed to -isolate essential kernels of computation that, when optimized, immediately -enable optimized implementations of most of its commonly used and -computationally intensive operations. BLIS is written in [ISO +BLAS-like dense linear algebra libraries. The framework was designed to isolate +essential kernels of computation that, when optimized, immediately enable +optimized implementations of most of its commonly used and computationally +intensive operations. BLIS is written in [ISO C99](http://en.wikipedia.org/wiki/C99) and available under a [new/modified/3-clause BSD license](http://opensource.org/licenses/BSD-3-Clause). While BLIS exports a -[new BLAS-like API](), it also includes a BLAS compatibility layer which gives -application developers access to BLIS implementations via traditional [BLAS -routine calls](http://www.netlib.org/lapack/lug/node145.html). +[new BLAS-like API](https://github.com/flame/blis/wiki/BLISAPIQuickReference), +it also includes a BLAS compatibility layer which gives application developers +access to BLIS implementations via traditional [BLAS routine +calls](http://www.netlib.org/lapack/lug/node145.html). For a thorough presentation of our framework, please read our recently accepted journal article, ["BLIS: A Framework for Rapidly Instantiating BLAS