Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix ilogb(3) implementation. The results have to match FP_ILOGB0 and | 2020-11-07 | 1 | -23/+0 | |
| | | | | | | | | | | FP_ILOGBNAN which isn't the case for the amd64 and i386 assembly versions. Drop these in favour of C implementations. Als reimplement ilogbl(3) by providing separate ld80 and ld128 implementations that replace the existing implementation which may hit an infinite loop when built for quad-precision long double. ok patrick@, gkoehler@ | ||||
* | Reduce libm's exports and make internal calls go direct. | 2016-09-12 | 1 | -2/+3 | |
| | | | | | | All dependencies on libc are now via reserved/standardized names. ok kettenis@ millert@ deraadt@ | ||||
* | Add missing $OpenBSD$ tags. | 2005-08-02 | 1 | -2/+1 | |
| | | | | | | Zap wasteful RCSID("$NetBSD$") okay deraadt@ | ||||
* | picky assembler warning cleanups | 2003-04-17 | 1 | -1/+1 | |
| | |||||
* | from netbsd: | 1995-12-14 | 1 | -1/+1 | |
| | | | | | | | Changed w_gamma.c, w_gamma_r.c, w_gammaf.c, w_gammaf_r.c to call __ieee754_lgamma_r or __ieee754_lgammaf_r. Removed e_gamma.c, e_gamma_r.c, e_gammaf.c, e_gammaf_r.c, e_lgamma.c, e_lgamma_f.c. | ||||
* | update from NetBSD | 1995-10-28 | 1 | -2/+2 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+23 | |