[project @ 1998-06-05 14:37:51 by simonm]
authorsimonm <unknown>
Fri, 5 Jun 1998 14:37:52 +0000 (14:37 +0000)
committersimonm <unknown>
Fri, 5 Jun 1998 14:37:52 +0000 (14:37 +0000)
commitcdd4eaae0fed719300963a21af60725f5fe8f710
treebd3c157ba9325dd6570bb2abe67a9e7acc8e6712
parenta1f43e076ce68c75385705cd682f1e52b4bb4607
[project @ 1998-06-05 14:37:51 by simonm]
Import GMP 2.0.2
21 files changed:
ghc/rts/gmp/mpn/generic/get_str.c [new file with mode: 0644]
ghc/rts/gmp/mpn/generic/gmp-mparam.h [new file with mode: 0644]
ghc/rts/gmp/mpn/generic/hamdist.c [new file with mode: 0644]
ghc/rts/gmp/mpn/generic/inlines.c [new file with mode: 0644]
ghc/rts/gmp/mpn/generic/lshift.c [new file with mode: 0644]
ghc/rts/gmp/mpn/generic/mod_1.c [new file with mode: 0644]
ghc/rts/gmp/mpn/generic/mul.c [new file with mode: 0644]
ghc/rts/gmp/mpn/generic/mul_1.c [new file with mode: 0644]
ghc/rts/gmp/mpn/generic/mul_n.c [new file with mode: 0644]
ghc/rts/gmp/mpn/generic/perfsqr.c [new file with mode: 0644]
ghc/rts/gmp/mpn/generic/popcount.c [new file with mode: 0644]
ghc/rts/gmp/mpn/generic/pre_mod_1.c [new file with mode: 0644]
ghc/rts/gmp/mpn/generic/rshift.c [new file with mode: 0644]
ghc/rts/gmp/mpn/generic/scan0.c [new file with mode: 0644]
ghc/rts/gmp/mpn/generic/scan1.c [new file with mode: 0644]
ghc/rts/gmp/mpn/generic/set_str.c [new file with mode: 0644]
ghc/rts/gmp/mpn/generic/sqrtrem.c [new file with mode: 0644]
ghc/rts/gmp/mpn/generic/sub_n.c [new file with mode: 0644]
ghc/rts/gmp/mpn/generic/submul_1.c [new file with mode: 0644]
ghc/rts/gmp/mpn/generic/udiv_w_sdiv.c [new file with mode: 0644]
ghc/rts/gmp/mpn/hppa/README [new file with mode: 0644]