Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add retguard macros to libm assembly. | 2018-07-03 | 1 | -1/+3 | |
| | | | | ok deraadt | ||||
* | Reduce libm's exports and make internal calls go direct. | 2016-09-12 | 1 | -1/+2 | |
| | | | | | | All dependencies on libc are now via reserved/standardized names. ok kettenis@ millert@ deraadt@ | ||||
* | remove i386/x86_64 ifdefs. i386 lives @ i387. miod@ agrees | 2009-04-08 | 1 | -21/+1 | |
| | | | | object code matches so this got to be oki | ||||
* | Add missing $OpenBSD$ tags. | 2005-08-02 | 1 | -2/+1 | |
| | | | | | | Zap wasteful RCSID("$NetBSD$") okay deraadt@ | ||||
* | add libm parts for amd64; much from netbsd, integration by mickey. | 2004-02-08 | 1 | -0/+45 | |
Instead of mixing the i387 & xmm register components, we decide to explicitly seperate them. libm is already confusing enough as it is, thank you very much |