Print this page
11210 libm should be cstyle(1ONBLD) clean
@@ -15,19 +15,17 @@
#ifndef _FENV_INLINES_H
#define _FENV_INLINES_H
#ifdef __GNUC__
-
#ifdef __cplusplus
extern "C" {
#endif
#include <sys/types.h>
#if defined(__x86)
-
/*
* Floating point Control Word and Status Word
* Definition should actually be shared with x86
* (much of this 'amd64' code can be, in fact.)
*/
@@ -423,11 +421,10 @@
"cvtss2siq %2, %1\n\t"
"movq %1, %0"
: "=m" (*ll1), "=r" (tmp)
: "m" (*f1));
}
-
#endif
extern __GNU_INLINE void
sse_cmpeqsd(double *d1, double *d2, long long *ll1)
{
@@ -635,11 +632,10 @@
"movq %1,%0"
: "=m" (*ll1), "=r" (tmp)
: "m" (*d1));
}
#endif
-
#elif defined(__sparc)
extern __GNU_INLINE void
__fenv_getfsr(unsigned long *l)
{
__asm__ __volatile__(
@@ -679,9 +675,7 @@
#endif
#ifdef __cplusplus
}
#endif
-
#endif /* __GNUC__ */
-
#endif /* _FENV_INLINES_H */