[PATCH] allow long double (IBM Extended) to build with soft-fp
Steven Munroe
munroesj@us.ibm.com
Wed Jun 14 21:33:00 GMT 2006
Found that soft-fp (--without-fp) does not have a <fenv_libc.h> include
which caused some compile failures in ldbl-128ibm. So we should remove
the need for <fenv_libc.h> or change to use simply <fenv.h>.
Removing the fenv usage was simple for ceill, floorl, roundl, and
truncl. llroundl uses feraisexcept() so I changed it to use <fenv.h>,
Simularly for llrintl and rintl.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: ppc-ld-nofpu2-20060512.txt
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20060614/27cdef16/attachment.txt>
More information about the Libc-alpha
mailing list