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 [9 of 15]


On 07/10/2013 03:29 AM, Alan Modra wrote:
> This works around the fact that vsx is disabled in current
> little-endian gcc.  Also, float constants take 4 bytes in memory
> vs. 16 bytes for vector constants, and we don't need to write one lot
> of masks for double (register format) and another for float (mem
> format).
> 
> 	2013-07-10  Alan Modra <amodra@gmail.com>
> 
> 	* sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
> 	use vector int constants.
> 	(__float_and_test24, __float_and8, __float_get_exp): Likewise.

Looks fine to me.

Btw. for the PowerPC bits, one of the other PowerPC maintainers should
review this as well,

Andreas
-- 
 Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi
  SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
   GF: Jeff Hawn,Jennifer Guild,Felix Imendörffer,HRB16746 (AG Nürnberg)
    GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126


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