CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]        2018/02/28 04:16:54

Modified files:
        lib/libc/arch/arm: Makefile.inc 
        lib/libm       : Makefile 
        lib/libm/arch/arm: fenv.c 
Added files:
        lib/libc/arch/arm/gen: fpgetmask.c fpgetround.c fpgetsticky.c 
                               fpsetmask.c fpsetround.c fpsetsticky.c 

Log message:
Change floating-point mode/environment control functions to operate on
both the hardfloat (FPU registers) and softfloat (software) state.  This
makes these functions work correctly when mixing hardfloat and softfloat
code.  Disable trapping for softfloat since most (if not all) ARMv7 and
ARMv8 hardware that is on the market doesn't support trapping of
floating-point exceptions.

ok patrick@

Reply via email to