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?