summaryrefslogtreecommitdiffstats
path: root/lib/libc/powerpc/gen/flt_rounds.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/powerpc/gen/flt_rounds.c')
-rw-r--r--lib/libc/powerpc/gen/flt_rounds.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/powerpc/gen/flt_rounds.c b/lib/libc/powerpc/gen/flt_rounds.c
index ec32a36..6294be7 100644
--- a/lib/libc/powerpc/gen/flt_rounds.c
+++ b/lib/libc/powerpc/gen/flt_rounds.c
@@ -37,6 +37,7 @@ __FBSDID("$FreeBSD$");
#include <sys/types.h>
#include <machine/float.h>
+#ifndef _SOFT_FLOAT
static const int map[] = {
1, /* round to nearest */
0, /* round to zero */
@@ -52,3 +53,4 @@ __flt_rounds()
__asm__ __volatile("mffs %0" : "=f"(fpscr));
return map[(fpscr & 0x03)];
}
+#endif
OpenPOWER on IntegriCloud