Skip to content

Releases: shibatch/sleef

Renamed LICENSE_1_0.txt to LICENSE.txt

30 Jan 08:18
Compare
Choose a tag to compare

Renamed LICENSE_1_0.txt to LICENSE.txt

Relicensed to Boost Software License Version 1.0

30 Jan 05:10
Compare
Choose a tag to compare

The whole library is now relicensed to Boost Software License Version 1.0.

New testing tool is added

11 Dec 08:29
Compare
Choose a tag to compare
  • The valid range of argument is extended for trig functions
  • Specification of each functions regarding to the domain and accuracy is added
  • A coefficient generation tool is added
  • New testing tools are introduced
  • Following functions returned incorrect values when the argument is very large or small : exp, pow, asinh, acosh
  • SIMD xsin and xcos returned values more than 1 when FMA is enabled
  • Pure C cbrt returned incorrect values when the argument is negative
  • tan_u1 returned values with more than 1 ulp of error on rare occasions
  • Removed support for Java language(because no one seems using this)

Added support for AVX-512F and Clang Extended Vectors.

03 Dec 04:29
Compare
Choose a tag to compare

All reported bugs are fixed.

27 Nov 12:43
Compare
Choose a tag to compare

All the reported bugs(listed below) are fixed.

  • Log function returned incorrect values when the argument is very small.
  • Signs of returned values were incorrect when the argument is signed zero.
  • Tester incorrectly counted ULP in some cases.
  • ilogb function returned incorrect values in some cases.

Added ilogbf.