]> sourceware.org Git - newlib-cygwin.git/commitdiff
Removed #ifndef _ARM_PCS_VFP_ from sys/fenv.h for arm
authorEshan dhawan via Newlib <newlib@sourceware.org>
Fri, 3 Jul 2020 22:41:06 +0000 (04:11 +0530)
committerCorinna Vinschen <corinna@vinschen.de>
Mon, 6 Jul 2020 11:18:28 +0000 (13:18 +0200)
Signed-off-by: Eshan dhawan <eshandhawan51@gmail.com>
newlib/libc/machine/arm/sys/fenv.h

index af74c5f47f5cf59c40d0a82372708f2c7c5b8304..740995a1afff6b589d022cc265d0b6251f5f9a19 100644 (file)
@@ -94,7 +94,7 @@ extern const fenv_t   *_fe_dfl_env;
 #define        _ENABLE_MASK    (FE_ALL_EXCEPT << _FPUSW_SHIFT)
 #endif
 
-#ifndef __ARM_PCS_VFP
+
 
 int feclearexcept(int excepts);
 int fegetexceptflag(fexcept_t *flagp, int excepts);
@@ -113,7 +113,7 @@ int fedisableexcept(int __mask);
 int fegetexcept(void);
 #endif /* __BSD_VISIBLE */
 
-#endif /* __ARM_PCS_VFP */
+
 
 #ifdef __cplusplus
 }
This page took 0.030986 seconds and 5 git commands to generate.