This is the mail archive of the newlib@sourceware.org mailing list for the newlib 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] ARM: Optimize IEEE-754 sqrt implementation


On Mar 21 08:49, Sebastian Huber wrote:
> Use the vsqrt.f64 and vsqrt.f32 instructions if available.
> ---
>  newlib/libm/machine/arm/Makefile.am |  2 ++
>  newlib/libm/machine/arm/Makefile.in | 17 +++++++++++++-
>  newlib/libm/machine/arm/e_sqrt.c    | 45 +++++++++++++++++++++++++++++++++++++
>  newlib/libm/machine/arm/ef_sqrt.c   | 45 +++++++++++++++++++++++++++++++++++++
>  4 files changed, 108 insertions(+), 1 deletion(-)
>  create mode 100644 newlib/libm/machine/arm/e_sqrt.c
>  create mode 100644 newlib/libm/machine/arm/ef_sqrt.c

Pushed.


Thanks,
Corinna

-- 
Corinna Vinschen
Cygwin Maintainer
Red Hat

Attachment: signature.asc
Description: PGP signature


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