summaryrefslogtreecommitdiffstats
path: root/lib/libm/arch/i387/s_ilogbf.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix ilogb(3) implementation. The results have to match FP_ILOGB0 andkettenis2020-11-071-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.guenther2016-09-121-2/+3
| | | | | | All dependencies on libc are now via reserved/standardized names. ok kettenis@ millert@ deraadt@
* Add missing $OpenBSD$ tags.espie2005-08-021-2/+1
| | | | | | Zap wasteful RCSID("$NetBSD$") okay deraadt@
* picky assembler warning cleanupsdrahn2003-04-171-1/+1
|
* from netbsd:deraadt1995-12-141-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 NetBSDderaadt1995-10-281-2/+2
|
* initial import of NetBSD treederaadt1995-10-181-0/+23