diff options
Diffstat (limited to 'libc/sysdeps/linux/powerpc/bits/fenvinline.h')
-rw-r--r-- | libc/sysdeps/linux/powerpc/bits/fenvinline.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libc/sysdeps/linux/powerpc/bits/fenvinline.h b/libc/sysdeps/linux/powerpc/bits/fenvinline.h index f7a1a3ac1..8146479d8 100644 --- a/libc/sysdeps/linux/powerpc/bits/fenvinline.h +++ b/libc/sysdeps/linux/powerpc/bits/fenvinline.h @@ -20,11 +20,6 @@ #include <features.h> -/* - * Disable for e500, uses library functions instead of in lines. - */ -#ifndef __CONFIG_E500__ - #if defined __GNUC__ && !defined _SOFT_FLOAT && !defined __NO_MATH_INLINES /* Inline definition for fegetround. */ @@ -67,5 +62,3 @@ #endif /* __GNUC__ && !_SOFT_FLOAT */ -#endif /* __CONFIG_E500__ */ - |