I did this without a full vendor update since that would cause too many
conflicts. Since these files now almost match the NetBSD sources the
next git subtree merge should work just fine.
Details
Details
- Reviewers
dim lwhsu ngie - Commits
- R10:1ec3feb64826: Update libm tests from NetBSD
Diff Detail
Diff Detail
- Repository
- R10 FreeBSD src repository
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
Yes, they do, but
contrib/netbsd-tests/lib/libm/t_cbrt.c | ||
---|---|---|
313 | Yes, they pass after re-applying the (long double)1.0 / 3.0 patch. It works on NetBSD because powl is just an alias for pow there (i.e. they only have double versions not long double ones). |