This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]