Fixed math support routines.
authorEric Kohl <eric.kohl@reactos.org>
Wed, 11 Jun 2003 12:29:49 +0000 (12:29 +0000)
committerEric Kohl <eric.kohl@reactos.org>
Wed, 11 Jun 2003 12:29:49 +0000 (12:29 +0000)
commit6fb78880ce5a09a2205b9586fe968ea8fba4dc9d
tree8a442dd8f4a0d7bf12b706025461d95d9b6fcf08
parent649a9d362a855463415c377f398623fcb5003046
Fixed math support routines.

svn path=/trunk/; revision=4881
13 files changed:
reactos/ntoskrnl/Makefile
reactos/ntoskrnl/Makefile.i386
reactos/ntoskrnl/ntoskrnl.def
reactos/ntoskrnl/ntoskrnl.edf
reactos/ntoskrnl/rtl/i386/alldiv.s [new file with mode: 0644]
reactos/ntoskrnl/rtl/i386/allmul.s [new file with mode: 0644]
reactos/ntoskrnl/rtl/i386/allrem.s [new file with mode: 0644]
reactos/ntoskrnl/rtl/i386/allshl.s [new file with mode: 0644]
reactos/ntoskrnl/rtl/i386/allshr.s [new file with mode: 0644]
reactos/ntoskrnl/rtl/i386/aulldiv.s [new file with mode: 0644]
reactos/ntoskrnl/rtl/i386/aullrem.s [new file with mode: 0644]
reactos/ntoskrnl/rtl/i386/aullshr.s [new file with mode: 0644]
reactos/ntoskrnl/rtl/math.c [deleted file]