https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199422
--- Comment #1 from Garrett Cooper,425-314-3911 <[email protected]> --- 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. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
