-
Notifications
You must be signed in to change notification settings - Fork 135
Home
Naoki Shibata edited this page Jan 23, 2018
·
23 revisions
-
Masked functions
- Implementation of masked functions using native masked intrinsic functions(https://github.com/shibatch/sleef/issues/142)
-
Vector ABI
- Expose more functions with the vector ABI
- NEON, AdvSIMD and AVX512F functions will be also exposed with APIs without extension names(https://github.com/shibatch/sleef/issues/137)
- Expose more functions with the vector ABI
-
Making the scalar functions return the exactly same values as the corresponding vectorized functions(https://github.com/shibatch/sleef/issues/47)
- 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 and google benchmarking framework(https://github.com/shibatch/sleef/pull/98)
- New testing tool with googletest framework and windows support
-
Better documentation
- Doxygen-based documentation
- Add DFT benchmark results
- Documentation of how to integrate the source code tree to another tree of independent project(like LLVM)
- Document coding policy
- Jan 2018 : Release 3.2
- Aug 2018 : Release 3.3