summaryrefslogtreecommitdiffstats
path: root/lib/msun/amd64/Makefile.inc
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2008-02-13 06:01:48 +0000
committerbde <bde@FreeBSD.org>2008-02-13 06:01:48 +0000
commit85c145264ce9d9d65eb3f1b8e73526fd1a2287f4 (patch)
tree31573530865864d3d4d81a2f68da243a871d419c /lib/msun/amd64/Makefile.inc
parentd3499a87ee1e2372bc034aa43161d533bad80f55 (diff)
downloadFreeBSD-src-85c145264ce9d9d65eb3f1b8e73526fd1a2287f4.zip
FreeBSD-src-85c145264ce9d9d65eb3f1b8e73526fd1a2287f4.tar.gz
Use hardware remainder on amd64 since it is 5 to 10 times faster than
software remainder and is already used for remquo().
Diffstat (limited to 'lib/msun/amd64/Makefile.inc')
-rw-r--r--lib/msun/amd64/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/msun/amd64/Makefile.inc b/lib/msun/amd64/Makefile.inc
index c4f6094b..b450112 100644
--- a/lib/msun/amd64/Makefile.inc
+++ b/lib/msun/amd64/Makefile.inc
@@ -2,6 +2,7 @@
ARCH_SRCS = e_sqrt.S e_sqrtf.S s_llrint.S s_llrintf.S s_llrintl.S \
s_logbl.S s_lrint.S s_lrintf.S s_lrintl.S \
- s_remquo.S s_remquof.S s_rintl.S s_scalbn.S s_scalbnf.S s_scalbnl.S
+ e_remainder.S e_remainderf.S s_remquo.S s_remquof.S \
+ s_rintl.S s_scalbn.S s_scalbnf.S s_scalbnl.S
LDBL_PREC = 64
SYM_MAPS += ${.CURDIR}/amd64/Symbol.map
OpenPOWER on IntegriCloud