Re: Run time comparison of sin() in libm

2015-07-08 Thread Adhemerval Zanella
> > On 08-07-2015 05:33, Virendra Kumar Pathak wrote: >> >> >> I am using below snippet code and linux 'time' command to calculate the time. >> void sin_func(void) >> { >> double incr = 0.732; >> double result, count = 0.0; >> >> printf("%s\n", __func__); >> >> whi

Re: Run time comparison of sin() in libm

2015-07-08 Thread Adhemerval Zanella
Hi On 08-07-2015 05:33, Virendra Kumar Pathak wrote: > > Hi Linaro Toolchain Group, > > I am comparing execution time (run time) of sin() trigonometric function > between following glibc (including libm) libraries for aarch64 (juno cortex > a57) : > Linaro glibc 2.19, Linaro eglibc 2.19, eglib