Go to file
Zhang Xianyi 2fe4f9a14b Add detecting 32 or 64 bit.
Try to build the library with MSVC. Fix cpuid issue with MSVC.
2015-04-23 12:52:35 -05:00
cmake Add detecting 32 or 64 bit. 2015-04-23 12:52:35 -05:00
driver Add openvml_get_config function. 2015-04-23 11:03:35 -05:00
include Add detecting 32 or 64 bit. 2015-04-23 12:52:35 -05:00
interface Add tanh for real numbers. 2015-01-08 14:56:38 +08:00
kernel Add avx kernel for vsub. 2015-04-22 13:02:12 -05:00
reference Add test for real number exp and tanh functions. 2015-04-17 08:48:59 -05:00
test Add detecting 32 or 64 bit. 2015-04-23 12:52:35 -05:00
.gitignore rewrite add and sub for generic. 2015-01-07 17:35:37 +08:00
CMakeLists.txt Add detecting 32 or 64 bit. 2015-04-23 12:52:35 -05: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