Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dataPulverizer authored Mar 25, 2017
1 parent 1d286a9 commit 8c52315
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This BLAS implementation for D is currently based on the GNU Scientific Library BLAS module. The library is currently in the first phase - code conversion for GSL. Documentation of the function is largely taken from the [MKL manual](https://software.intel.com/en-us/articles/mkl-reference-manual). Once the code conversion is completed efforts will be made to optimise performance.

The approach taken in writing the code is to use D's metaprogramming features as much as possible to reduce code complexity.

```
#!/usr/bin/env dub
/+ dub.json:
Expand Down

0 comments on commit 8c52315

Please sign in to comment.