Removed #ifndef _ARM_PCS_VFP_ from sys/fenv.h for arm
Signed-off-by: Eshan dhawan <eshandhawan51@gmail.com>
This commit is contained in:
parent
bb96bd03b0
commit
104caeb7b1
@ -94,7 +94,7 @@ extern const fenv_t *_fe_dfl_env;
|
|||||||
#define _ENABLE_MASK (FE_ALL_EXCEPT << _FPUSW_SHIFT)
|
#define _ENABLE_MASK (FE_ALL_EXCEPT << _FPUSW_SHIFT)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __ARM_PCS_VFP
|
|
||||||
|
|
||||||
int feclearexcept(int excepts);
|
int feclearexcept(int excepts);
|
||||||
int fegetexceptflag(fexcept_t *flagp, int excepts);
|
int fegetexceptflag(fexcept_t *flagp, int excepts);
|
||||||
@ -113,7 +113,7 @@ int fedisableexcept(int __mask);
|
|||||||
int fegetexcept(void);
|
int fegetexcept(void);
|
||||||
#endif /* __BSD_VISIBLE */
|
#endif /* __BSD_VISIBLE */
|
||||||
|
|
||||||
#endif /* __ARM_PCS_VFP */
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user