[PATCH] removed SOFTFP fenv support from ARM

Sebastian Huber sebastian.huber at embedded-brains.de
Fri Jul 17 05:10:12 UTC 2020


On 17/07/2020 01:23, Eshan dhawan wrote:

>   int fegetexcept(void)
>   {
> -	int __unmasked;
>   
> -	__unmasked = 0;
>   #ifndef SOFTFP_ABI

Do we need this extra define, can't we use

#ifndef __SOFTFP__

like in glibc?



More information about the devel mailing list