[PATCH 3/8] float128: Add wrappers for IEEE functions.
Gabriel F. T. Gomes
gftg@linux.vnet.ibm.com
Mon Dec 5 16:48:00 GMT 2016
On Wed, 9 Nov 2016 21:38:07 +0000
Joseph Myers <joseph@codesourcery.com> wrote:
> On Wed, 9 Nov 2016, Gabriel F. T. Gomes wrote:
>
> > From: "Paul E. Murphy" <murphyp@linux.vnet.ibm.com>
> >
> > These are copied from the long double version. posix style
> > errors are assumed, and inlined. Where a function is not
> > defined by TS 18661-3, the wrapper is not implemented.
>
> I don't think float128-specific wrappers like this are appropriate. All
> these wrappers should be type-generic. If you put type-generic wrappers
> as math/w_*_template.c, will the existing wrappers with matherr support
> still take precedence for existing types?
They won't.
The files generated for the functions listed in gen-libm-calls
(in <builddir>/math/) are always generated, regardless of the existence
of the same file in the source dir. And the generated-files take
precedence over the files in the source dir.
Do you have any suggestions on how to proceed?
More information about the Libc-alpha
mailing list