about summary refs log tree commit diff
path: root/sysdeps/i386/fpu/s_scalbnf.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/i386/fpu/s_scalbnf.S')
-rw-r--r--sysdeps/i386/fpu/s_scalbnf.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/i386/fpu/s_scalbnf.S b/sysdeps/i386/fpu/s_scalbnf.S
index ad97be86f4..f8353c4c75 100644
--- a/sysdeps/i386/fpu/s_scalbnf.S
+++ b/sysdeps/i386/fpu/s_scalbnf.S
@@ -4,6 +4,7 @@
  */
 
 #include <machine/asm.h>
+#include <i386-math-asm.h>
 
 RCSID("$NetBSD: s_scalbnf.S,v 1.3 1995/05/09 00:19:59 jtc Exp $")
 
@@ -12,6 +13,7 @@ ENTRY(__scalbnf)
 	flds	4(%esp)
 	fscale
 	fstp	%st(1)
+	FLT_NARROW_EVAL
 	ret
 END (__scalbnf)
 strong_alias (__scalbnf, __scalblnf)