[Bug 199422] fmodl not fully defined on architectures where LDBL_PREC == 53 (arm, mips, powerpc)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Apr 13 17:08:39 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199422

--- Comment #1 from Garrett Cooper,425-314-3911 <ngie at 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.


More information about the freebsd-bugs mailing list