Skip to content

Commit

Permalink
Update ReadMe.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dpiparo authored Jul 13, 2018
1 parent 3cd969d commit 330ca75
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ These are the available functions:

## Other Cmake options
Other options for Cmake are available to steer the creation of the makefile:
* Enable AVX extensions {{{-D AVX=1}}}
* Enable NEON extensions on ARM {{{-D NEON=1}}}
* Benchmarking tools and unit tests (requires C++11 support by the compiler) {{{-D DIAG=1}}}
* Build static library {{{-D BUILD_SHARED_LIBS=0}}}
* Prepare the library to be pre-loaded in order to replace the calls to the default math lib at runtime {{{-D PRELOAD=1}}}
* Enable AVX extensions `-D AVX=1`
* Enable NEON extensions on ARM `-D NEON=1`
* Benchmarking tools and unit tests (requires C++11 support by the compiler) `-D DIAG=1`
* Build static library `-D BUILD_SHARED_LIBS=0`
* Prepare the library to be pre-loaded in order to replace the calls to the default math lib at runtime `-D PRELOAD=1`

## Supported Compilers
The **vdt** functions can be used with every compiler (icc and gcc were tested).
Expand Down

0 comments on commit 330ca75

Please sign in to comment.