Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reduce libm's exports and make internal calls go direct. | 2016-09-12 | 1 | -2/+2 | |
| | | | | | | All dependencies on libc are now via reserved/standardized names. ok kettenis@ millert@ deraadt@ | ||||
* | It's been a quarter century: we can assume volatile is present with that name. | 2014-04-18 | 1 | -5/+5 | |
| | |||||
* | implement and use sqrt, sqrtf & fabsf in hardware; since it's | 2009-04-05 | 1 | -0/+30 | |
faster that way. tested by myself. discussed w/ & ok miod@, millert@ |