Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Apr 2015 17:08:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 199422] fmodl not fully defined on architectures where LDBL_PREC == 53 (arm, mips, powerpc)
Message-ID:  <bug-199422-8-7muvqGHDar@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-199422-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-199422-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199422

--- Comment #1 from Garrett Cooper,425-314-3911 <ngie@FreeBSD.org> ---
lib/msun/Makefile only defines fmodl on select architectures:

 97 .if ${LDBL_PREC} != 53
 98 # If long double != double use these; otherwise, we alias the double
versions.
 99 COMMON_SRCS+=   e_acoshl.c e_acosl.c e_asinl.c e_atan2l.c e_atanhl.c \
100         e_coshl.c e_fmodl.c e_hypotl.c \

This seems to support what I've seen.

Is there a list of functions that are only partially implemented on some
architectures, so I can modify the testcases accordingly to skip them?

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-199422-8-7muvqGHDar>