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] Merge powerpc slowpow.c into generic code


On Monday, February 25, 2013 15:48:32 Siddhesh Poyarekar wrote:
> Hi,
> 
> This patch adds the powerpc-specific tweak of using long double as an
> alternative before falling back to multiprecision, into generic code
> and removes the duplicated files from the powerpc sysdeps.  The bits
> are built only when a macro USE_LONG_DOUBLE_FOR_MP is defined (only on
> powerpc for now).  The generated code is identical on x86_64 and
> powerpc (--with-cpu=power7).  Checked by verifying that the sha1sum
> is different (different debuginfo) but objdump -d is the same.
> 
> OK to commit?

This looks fine to me,

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]