openlibm icon indicating copy to clipboard operation
openlibm copied to clipboard

High quality system independent, portable, open source libm implementation

Results 38 openlibm issues
Sort by recently updated
recently updated
newest added

when compiling with the float abi lp64f, the current openlibm_fenv_riscv. header will raise the following error ` single precision floating point ABI not supported ` I did not see any...

Discussed in: https://github.com/JuliaMath/openlibm/issues/212#issuecomment-1077587522 CORE-MATH: https://gitlab.inria.fr/core-math/core-math Comparison with OpenLibm: https://sympa.inria.fr/sympa/arc/core-math/2022-03/msg00011.html

Tests with olibm: lgammaf( 1) = 0. Got no exception. Expected 0 without exception. lgammaf( 2) = 0. Got no exception. Expected 0 without exception. lgammaf( 0) = inf. Got...

@zimmermann6 has a publication comparing the accuracy of single precision functions across several libms. https://members.loria.fr/PZimmermann/papers/accuracy.pdf The tests are with openlibm 0.4.1, and it would be nice to be able to...

Hello all, I'm not sure whether anyone is interested in this, but I have successfully ported a number of the OpenLibm math routines to [ELKS](https://github.com/jbruchon/elks), an 8086-based Linux kernel and...

Powerpc fpmath.h is missing xbits struct in IEEEl2bits and so files like asinl cannot be compiled

with Openlibm 0.7.5 I still see the following issues for long double functions: * a somewhat large maximal known error for atanhl (85.4 ulps) * huge error for lgammal (9.08e19...

I am about to release a new update of the accuracy comparison of mathematical functions. It will be with Openlibm 0.7.5, the last release. The previous update (with Openlibm 0.7.4)...