This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH v3] Add powf bench tests
- From: "Tulio Magno Quites Machado Filho" <tuliom at linux dot vnet dot ibm dot com>
- To: pc at us dot ibm dot com, "libc-alpha\@sourceware.org" <libc-alpha at sourceware dot org>
- Cc:
- Date: Tue, 20 Jun 2017 09:55:52 -0300
- Subject: Re: [PATCH v3] Add powf bench tests
- Authentication-results: sourceware.org; auth=none
- References: <3f0cba63-6a0a-833d-b60e-a8d2829496b3@us.ibm.com>
Paul Clarke <pc@us.ibm.com> writes:
> Add powf() bench test with input which covers these cases:
> - positive base to positive exponent
> - exponent 0
> - negative base to even exponent
> - exponent 1
> - exponent -1
> - squared
> - squareroot
> - 1 to negative exponent
> - -1 to negative exponent
> - base 0
> - -1 to even exponent
> - small base
> - small exponent
>
> 2017-06-12 Paul A. Clarke <pc@us.ibm.com>
>
> * benchtests/Makefile (bench-math): Add powf.
> * benchtests/powf-inputs: New file.
Pushed as 52256ccccef8.
--
Tulio Magno