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: PowerPC floating point little-endian [7 of 15]


On Wed, Jul 10, 2013 at 07:57:51AM +0200, Andreas Jaeger wrote:
> On 07/10/2013 03:28 AM, Alan Modra wrote:
> > More little-endian fixes.
> > 
> > 	2013-07-10  Anton Blanchard <anton@au1.ibm.com>
> > 
> > 	* sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
> > 	(__signbit): Likewise.  Correct for little-endian.
> > 	(__signbitl): Call __signbit.
> > 	(lrint): Correct for little-endian.
> > 	(lrintf): Call lrint.
> 
> Is calling lrint from lrintf really beneficial? Why not remove the
> inline completely?

We still want the inline, don't we?  If you'd prefer the body of
lrintf to duplicate lrint, I can do it that way..

-- 
Alan Modra
Australia Development Lab, IBM


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