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: Adhemerval Zanella <adhemerval dot zanella at linaro dot org>
- To: "Gabriel F. T. Gomes" <gabriel at inconstante dot eti dot br>
- Cc: libc-alpha at sourceware dot org
- Date: Mon, 8 Jul 2019 15:30:57 -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> <20190705012301.GA7290@tereshkova>
On 04/07/2019 22:23, Gabriel F. T. Gomes wrote:
> 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>
>
If no one opposes it, I will commit this shortly.