This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 25/28] powerpc: Refactor modf{f}
- From: "Gabriel F. T. Gomes" <gabriel at inconstante dot eti dot br>
- To: Adhemerval Zanella <adhemerval dot zanella at linaro dot org>
- Cc: <libc-alpha at sourceware dot org>
- Date: Thu, 4 Jul 2019 22:23:01 -0300
- Subject: Re: [PATCH 25/28] powerpc: Refactor modf{f}
- References: <20190329133529.22523-1-adhemerval.zanella@linaro.org> <20190329133529.22523-26-adhemerval.zanella@linaro.org>
On Fri, Mar 29 2019, Adhemerval Zanella wrote:
> The modf{f} optimization is not an optimization for ISA 2.07+. This
> patch move the IFUNC for powerpc64 only, move the power5+ to generic
> location, and include the generic implementation for ISA 2.07+.
Looks good to me. Thanks.
Reviewed-by: Gabriel F. T. Gomes <gabrielftg@linux.ibm.com>