summaryrefslogtreecommitdiff
path: root/ports/sysdeps/mips/fpu/e_sqrt.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/sysdeps/mips/fpu/e_sqrt.c')
-rw-r--r--ports/sysdeps/mips/fpu/e_sqrt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/sysdeps/mips/fpu/e_sqrt.c b/ports/sysdeps/mips/fpu/e_sqrt.c
index cff9cec6ec..26314b0109 100644
--- a/ports/sysdeps/mips/fpu/e_sqrt.c
+++ b/ports/sysdeps/mips/fpu/e_sqrt.c
@@ -22,7 +22,7 @@
#if (_MIPS_ISA >= _MIPS_ISA_MIPS2)
-double
+double __attribute__ ((nomips16))
__ieee754_sqrt (double x)
{
double z;