-
Notifications
You must be signed in to change notification settings - Fork 136
Home
Naoki Shibata edited this page Oct 3, 2017
·
8 revisions
- Migrating build system to cmake
- Documentation of how to integrate the source code tree to another tree of independent project(like LLVM)
- Vector ABI
- Expose more functions with the vector ABI
- Adding API for finite math functions
- Make sleef usable as a substitute of libm
- Remove libm dependency
- Making the scalar functions return the exactly same values as the corresponding vectorized functions
- Scalar functions based on SIMD code
- Adding dispatcher to scalar functions
- Scalar functions based on SIMD code
- Introducing new frameworks for testing and benchmarking
- New benchmarking tool with gnuplot
- New testing tool with googletest framework and windows support
- Compiling libmpfr on Windows
- Better documentation
- Doxygen-based documentation
- Add DFT benchmark results
- Optimization
- exp2 and log2.
- Jan 2018 : Release 3.2
- Jan 2018 : Application of GSoC 2018