DragonFly commits List (threaded) for 2009-06
DragonFly BSD
DragonFly commits List (threaded) for 2009-06
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

DragonFly-2.3.1.380.ge880d master lib/libc/amd64/stdlib Makefile.inc div.S ldiv.S lldiv.S


From: Peter Avalos <pavalos@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 21 Jun 2009 10:22:05 -0700 (PDT)

commit e880d2030aa5cdd2043f99c579e153b65518e5af
Author: Peter Avalos <pavalos@dragonflybsd.org>
Date:   Sun Apr 26 04:23:41 2009 +0000

    Add amd64 assembly versions of div(3), ldiv(3), and lldiv(3).
    
    Obtained-from: FreeBSD

Summary of changes:
 lib/libc/amd64/stdlib/Makefile.inc |    4 ++++
 lib/libc/amd64/stdlib/div.S        |   19 +++++++++++++++++++
 lib/libc/amd64/stdlib/ldiv.S       |   17 +++++++++++++++++
 lib/libc/amd64/stdlib/lldiv.S      |   17 +++++++++++++++++
 4 files changed, 57 insertions(+), 0 deletions(-)
 create mode 100644 lib/libc/amd64/stdlib/Makefile.inc
 create mode 100644 lib/libc/amd64/stdlib/div.S
 create mode 100644 lib/libc/amd64/stdlib/ldiv.S
 create mode 100644 lib/libc/amd64/stdlib/lldiv.S

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e880d2030aa5cdd2043f99c579e153b65518e5af


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]