Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
xianyi committed Aug 14, 2015
1 parent 2e7f3f0 commit fc91a45
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 @@ -2,9 +2,22 @@

OpenVML is an open soruce vector math library.

## Support Processors

* Generic platform
* C and unoptimized codes

* x86_64
* Intel Sandy Bridge
* Intel Haswell

* ARM
* ARMv7 (Cortex-A9, Cortex-A15)

## Compile

```
mkdir /your/build
cd /your/build
cmake /path/to/OpenVML
make
Expand Down

0 comments on commit fc91a45

Please sign in to comment.