Skip to content
/ sleef Public
forked from shibatch/sleef

SIMD Library for Evaluating Elementary Functions, vectorized libm and DFT

License

Notifications You must be signed in to change notification settings

rivosinc/sleef

This branch is 5 commits ahead of, 148 commits behind shibatch/sleef:master.

Folders and files

NameName
Last commit message
Last commit date
Nov 20, 2023
Sep 14, 2020
Jan 17, 2021
Nov 20, 2023
Nov 20, 2023
Sep 1, 2020
Nov 20, 2023
Sep 28, 2020
Dec 5, 2017
Nov 20, 2023
Feb 5, 2021
Jan 30, 2017
Jan 26, 2021
Feb 2, 2021
Aug 31, 2020
Mar 12, 2021
Jan 30, 2021

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 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.

About

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.9%
  • CMake 6.7%
  • Cuda 1.5%
  • Other 0.9%