Openlibm: Difference between revisions
Jump to navigation
Jump to search
(Created page with "''' A list of issues that are related to the differences in math libraries among different systems: ''' {| class="wikitable" style="width: 85%;" |- | style="width: 50%"| '''[...") |
No edit summary |
||
Line 8: | Line 8: | ||
| style="width: 50%"| '''[https://savannah.gnu.org/bugs/index.php?55538/ bug #55538]''' | | style="width: 50%"| '''[https://savannah.gnu.org/bugs/index.php?55538/ bug #55538]''' | ||
| style="width: 50%"| '''logspace BIST tests fail when Octave built with LLVM libc++''' | | style="width: 50%"| '''logspace BIST tests fail when Octave built with LLVM libc++''' | ||
|- | |||
| style="width: 50%"| '''[https://savannah.gnu.org/bugs/?func=detailitem&item_id=61968/ bug #61968]''' | |||
| style="width: 50%"| '''pow2 with two arguments is not Matlab compatible''' | |||
|- | |||
| style="width: 50%"| '''[https://savannah.gnu.org/bugs/?func=detailitem&item_id=62212/ bug #62212]''' | |||
| style="width: 50%"| '''Wrong unsigned integer overflow with clang''' | |||
|- | |||
| style="width: 50%"| '''[https://savannah.nongnu.org/bugs/?func=detailitem&item_id=49984/ bug #49984]''' | |||
| style="width: 50%"| '''fabs missing from libm implementation.''' | |||
|- | |||
| style="width: 50%"| '''[https://savannah.gnu.org/bugs/?func=detailitem&item_id=61812/ bug #61812]''' | |||
| style="width: 50%"| '''Math constants (e.g. M_PI) are not part of C/C++ standard''' | |||
|- | |||
| style="width: 50%"| '''[https://savannah.gnu.org/bugs/index.php?49091/ bug #49091]''' | |||
| style="width: 50%"| '''MinGW std::acosh less accurate than Linux versions''' | |||
|- | |||
| style="width: 50%"| '''[https://savannah.nongnu.org/bugs/?func=detailitem&item_id=61781/ bug #61781]''' | |||
| style="width: 50%"| '''Eulers number wrong''' | |||
|- | |||
| style="width: 50%"| '''[https://savannah.gnu.org/bugs/?func=detailitem&item_id=60784/ bug #60784]''' | |||
| style="width: 50%"| ''' Inconsistent behavior for boolean matrix types with matrix functions''' | |||
|} | |} |
Revision as of 18:05, 27 March 2022
A list of issues that are related to the differences in math libraries among different systems:
bug #57071 | Fix math.h and function names that block 64-bit double |
bug #55538 | logspace BIST tests fail when Octave built with LLVM libc++ |
bug #61968 | pow2 with two arguments is not Matlab compatible |
bug #62212 | Wrong unsigned integer overflow with clang |
bug #49984 | fabs missing from libm implementation. |
bug #61812 | Math constants (e.g. M_PI) are not part of C/C++ standard |
bug #49091 | MinGW std::acosh less accurate than Linux versions |
bug #61781 | Eulers number wrong |
bug #60784 | Inconsistent behavior for boolean matrix types with matrix functions
|