History log of /netbsd-src/lib/libm/ld80/b_logl.c (Results 1 – 2 of 2)
Revision Date Author Comments
# 1bb3b9e1 22-Jan-2024 kre <kre@NetBSD.org>

This set of changes seem to be sufficient to make at least the
amd64 port build again after the long double math function infusion
from yesterday.

Feel free (without consulting me, I'm just hacking

This set of changes seem to be sufficient to make at least the
amd64 port build again after the long double math function infusion
from yesterday.

Feel free (without consulting me, I'm just hacking about) to revert
any of this and do it a better way.

Note: this is not intended to be complete, in particular, in <math.h>
I added prototypes only for the functions that are needed for a
successful build, not all of the new ones...

show more ...


# cfe182f3 21-Jan-2024 christos <christos@NetBSD.org>

Bring in more long double functions from FreeBSD.