Skip to content
forked from shibatch/sleef

RV-adjusted version of the "SIMD Library for Evaluating Elementary Functions, vectorized libm and DFT"

License

Notifications You must be signed in to change notification settings

cdl-saarland/sleef

 
 

Repository files navigation

Travis Build Status

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.

How to build

  1. Check out the source code from our GitHub repository : git clone https://github.com/shibatch/sleef

  2. Make a separate directory to create an out-of-source build : cd sleef && mkdir build && cd build

  3. Run cmake to configure the project : cmake ..

  4. Run make to build the project : make -j 1

Refer to our web page for detailed instructions : https://sleef.org/compile.xhtml

License

The software is distributed under the Boost Software License, Version 1.0. See accompanying file LICENSE.txt or copy at https://www.boost.org/LICENSE_1_0.txt. Contributions to this project are accepted under the same license.

Copyright Naoki Shibata and contributors 2010 - 2021.

About

RV-adjusted version of the "SIMD Library for Evaluating Elementary Functions, vectorized libm and DFT"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 90.2%
  • CMake 6.6%
  • Cuda 1.5%
  • C++ 0.8%
  • Shell 0.5%
  • Makefile 0.2%
  • Java 0.2%