This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 01/05] Math optimizations for POWER8
- From: Adam Conrad <adconrad at 0c3 dot net>
- To: Adhemerval Zanella <azanella at linux dot vnet dot ibm dot com>
- Cc: "GNU C. Library" <libc-alpha at sourceware dot org>
- Date: Wed, 19 Feb 2014 02:39:16 -0700
- Subject: Re: [PATCH 01/05] Math optimizations for POWER8
- Authentication-results: sourceware.org; auth=none
- References: <5303722A dot 2090104 at linux dot vnet dot ibm dot com>
On Tue, Feb 18, 2014 at 11:46:02AM -0300, Adhemerval Zanella wrote:
>
> Tested on powerpc64 and powerpc64le.
I assume this means you've tested ppc64/ppc64le on POWER8 to make sure
the new bits behave as you expect. Have you also tested on something
oldish (POWER4/5, 970MP, etc) to make sure you got all the IFUNC bits
right and didn't accidentally regress any other platforms?
... Adam