diff options
author | das <das@FreeBSD.org> | 2005-03-07 04:54:02 +0000 |
---|---|---|
committer | das <das@FreeBSD.org> | 2005-03-07 04:54:02 +0000 |
commit | 8ebc6e4b389851a266c9498d87a9e3934122fb70 (patch) | |
tree | 2debfa65d672acf300bfd68a1d69e0fc6dcef4bc /lib/msun/ia64 | |
parent | 70073cd00d040908ea07a841777880b174fbe673 (diff) | |
download | FreeBSD-src-8ebc6e4b389851a266c9498d87a9e3934122fb70.zip FreeBSD-src-8ebc6e4b389851a266c9498d87a9e3934122fb70.tar.gz |
- Define the LDBL_PREC to be the number of significant bits in a long
double's mantissa.
- Add an assembly version of fmal.
Diffstat (limited to 'lib/msun/ia64')
-rw-r--r-- | lib/msun/ia64/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/msun/ia64/Makefile.inc b/lib/msun/ia64/Makefile.inc index 38ae6ac..0743e66 100644 --- a/lib/msun/ia64/Makefile.inc +++ b/lib/msun/ia64/Makefile.inc @@ -1,3 +1,4 @@ # $FreeBSD$ -ARCH_SRCS = s_fma.S s_fmaf.S +ARCH_SRCS = s_fma.S s_fmaf.S s_fmal.S +LDBL_PREC = 64 |