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: [RFC][PATCH 0/2] aarch64: Add optimized ASIMD versions of sinf/cosf


Hi Siddhesh,
> > > 
> > > 
> > Thank you for doing this.  Please:
> > 
> > 1. Explain why you chose these input values as optimization targets
> > and
> The algorithm splits the inputs into different intervals and uses
> different code paths for these different intervals. The input values
> I
> chose covers all these code paths.
> 
> > 
> > 2. Write a microbenchmark test for glibc
> Sure. Will share this via github.

Please find the microbenchmark code at 
https://github.com/ashwinyes/glibc_microbenchmarks/blob/master/sinf/sin
f_benchmark.c

Thanks 
Ashwin
> 
> > 

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