Main Page : https://sleef.org/ GitHub Repo : https://github.com/shibatch/sleef
SLEEF is a library that implements vectorized versions of C standard math functions. This library also includes DFT subroutines.
-
Check out the source code from our GitHub repository :
git clone https://github.com/shibatch/sleef
-
Make a separate directory to create an out-of-source build :
cd sleef && mkdir build && cd build
-
Run cmake to configure the project :
cmake ..
-
Run make to build the project :
make -j 1
Refer to our web page for detailed instructions : https://sleef.org/compile.xhtml
The software is distributed under the Boost Software License, Version 1.0. See accompanying file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt. Contributions to this project are accepted under the same license.
Copyright Naoki Shibata and contributors 2010 - 2021.