Re: [PATCH] fenv support arm

2020-06-02 Thread Joel Sherrill
Unless someone comments in the next 24 hours, I think this is ready to post to newlib's mailing list and get merged. It looks like a faithful adaptation of the FreeBSD code to newlib's libm architecture. --joel On Mon, Jun 1, 2020 at 7:10 PM Eshan dhawan wrote: > This patch adds support for

[PATCH] fenv support arm

2020-06-01 Thread Eshan dhawan
This patch adds support for ARM fenv to newlib the files are taken from FreeBSD Signed-off-by: Eshan dhawan --- newlib/libc/machine/arm/machine/acle-compat.h | 182 ++ newlib/libc/machine/arm/machine/fenv-mangle.h | 53 +++ .../libc/machine/arm/machine/fenv-softfloat.h | 187