Add amd64 assembly versions of div(3), ldiv(3), and lldiv(3).
authorPeter Avalos <pavalos@dragonflybsd.org>
Sun, 26 Apr 2009 04:23:41 +0000 (04:23 +0000)
committerPeter Avalos <pavalos@dragonflybsd.org>
Sun, 21 Jun 2009 08:12:08 +0000 (08:12 +0000)
commite880d2030aa5cdd2043f99c579e153b65518e5af
tree24df09a41a9b2ac33b8a49a841f0615a7772338f
parenteb9f4715e9826cbe89be0778e43ed144bcd1d5bc
Add amd64 assembly versions of div(3), ldiv(3), and lldiv(3).

Obtained-from: FreeBSD
lib/libc/amd64/stdlib/Makefile.inc [new file with mode: 0644]
lib/libc/amd64/stdlib/div.S [new file with mode: 0644]
lib/libc/amd64/stdlib/ldiv.S [new file with mode: 0644]
lib/libc/amd64/stdlib/lldiv.S [new file with mode: 0644]