This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: PATCH: optimized libm single precision routines: erfcf, erff,expf for x86_64.
On Thu, Feb 16, 2012 at 12:11 PM, Dmitrieva Liubov
<liubov.dmitrieva@gmail.com> wrote:
> Exponent code was fixed according to H.J comments.
> Thanks.
>
A few comments:
1. Can you remove unused labels? I don't see L(label_1_3) be used anywhere.
There may be others like that.
2. If we align the branch targets like
ret
L(label_1_4):
to 16byte, will it improve performance?
--
H.J.
- References:
- PATCH: optimized libm single precision routines: erfcf, erff, expffor x86_64.
- Re: PATCH: optimized libm single precision routines: erfcf, erff,expf for x86_64.
- Re: PATCH: optimized libm single precision routines: erfcf, erff,expf for x86_64.
- Re: PATCH: optimized libm single precision routines: erfcf, erff,expf for x86_64.
- Re: PATCH: optimized libm single precision routines: erfcf, erff,expf for x86_64.
- Re: PATCH: optimized libm single precision routines: erfcf, erff,expf for x86_64.