summaryrefslogtreecommitdiffstats
path: root/lib/libm/arch/amd64/abi.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reduce libm's exports and make internal calls go direct.guenther2016-09-121-1/+23
| | | | | | All dependencies on libc are now via reserved/standardized names. ok kettenis@ millert@ deraadt@
* typo in a commentderaadt2010-06-031-2/+2
|
* missing rcs ids; spacingmartynas2009-04-081-0/+1
|
* remove i386/x86_64 ifdefs. i386 lives @ i387. miod@ agreesmartynas2009-04-081-28/+0
| | | | object code matches so this got to be oki
* add libm parts for amd64; much from netbsd, integration by mickey.deraadt2004-02-081-0/+73
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