Useful functions would be long double versions of the existing C99 functions. We (the ksh93 integration team) found that several functions are missing in libm and require to add substitute wrappers. Using libsunmath is unfortunately not an option because it breaks the gcc build of ON. Currently these function are either not available in libm, not available in versions taking long double as argument or not available as function pointers: finite fpclassify isfinite isgreater isgreaterequal isinf isless islessequal islessgreater isnormal issubnormal isunordered iszero signbit
Olga 2009/10/23 Chris Quenelle <[email protected]>: > ольга крыжановская wrote: >> Can you merge libsunmath into libm? >> > > If we could identify the useful functions, we could > move those into libm. Or some other more appropriate library. > > --chris > -- , _ _ , { \/`o;====- Olga Kryzhanovska -====;o`\/ } .----'-/`-/ [email protected] \-`\-'----. `'-..-| / http://twitter.com/fleyta \ |-..-'` /\/\ Solaris/BSD//C/C++ programmer /\/\ `--` `--` _______________________________________________ tools-compilers mailing list [email protected]
