Go to file
Zhang Xianyi b9a4068eef Add ARM and AARCH64 config. 2015-05-01 20:24:07 +00:00
cmake Add ARM and AARCH64 config. 2015-05-01 20:24:07 +00:00
driver Fix dll export bug on MSVC. Turnoff building static library and test on MSVC. 2015-04-23 14:39:00 -05:00
include Add detecting 32 or 64 bit. 2015-04-23 12:52:35 -05:00
interface Fix dll export bug on MSVC. Turnoff building static library and test on MSVC. 2015-04-23 14:39:00 -05:00
kernel Add ARM and AARCH64 config. 2015-05-01 20:24:07 +00:00
reference Enable export macro for reference. 2015-04-30 15:08:23 -05:00
test Fix the test compiling warning. Update ctest.h. 2015-04-30 15:21:03 -05:00
.gitignore rewrite add and sub for generic. 2015-01-07 17:35:37 +08:00
CMakeLists.txt Enable Release by default. 2015-05-01 05:46:04 +08:00
LICENSE BSD-2 Clause. 2015-01-08 01:00:17 +08:00
README.md Update the doc for building library. 2015-01-08 17:15:02 +08:00

README.md

OpenVML

OpenVML is an open soruce vector math library.

Compile

cd /your/build
cmake /path/to/OpenVML
make
make install

Status

Ongoing work