This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 2/3] powerpc: Add redirection for finitef128, isinf128, and isnanf128


On Thu, 7 Sep 2017, Gabriel F. T. Gomes wrote:

> This patch defines __finitef128 as __redirect___finitef128 in
> sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c, similarly to what's
> done for the float, double, and long double versions of these functions,
> to get rid of the build error.  Likewise for isinff128 and isnanf128.

What is the build error?  Why should s_finite.c need to redirect 
__finitef128, or to redirect __finitef or __finitel for that matter?  
s_finitef.c manages to redirect only __finitef, not any of the other 
versions, after all.

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]