[project @ 1998-06-05 14:37:56 by simonm]
authorsimonm <unknown>
Fri, 5 Jun 1998 14:37:57 +0000 (14:37 +0000)
committersimonm <unknown>
Fri, 5 Jun 1998 14:37:57 +0000 (14:37 +0000)
commita23f5f26772ecfc9ba745eb8deacdde7f293a547
tree5152aa25291daf5a761e538a8fe530ff23ebfba7
parent6c4cf0e276c58f5ece34b020b164e85750d3738a
[project @ 1998-06-05 14:37:56 by simonm]
Initial revision
20 files changed:
ghc/rts/gmp/mpn/sparc32/v8/addmul_1.S [new file with mode: 0644]
ghc/rts/gmp/mpn/sparc32/v8/mul_1.S [new file with mode: 0644]
ghc/rts/gmp/mpn/sparc32/v8/submul_1.S [new file with mode: 0644]
ghc/rts/gmp/mpn/sparc32/v8/supersparc/udiv.S [new file with mode: 0644]
ghc/rts/gmp/mpn/tests/add_n.c [new file with mode: 0644]
ghc/rts/gmp/mpn/tests/addmul_1.c [new file with mode: 0644]
ghc/rts/gmp/mpn/tests/divmod_1.c [new file with mode: 0644]
ghc/rts/gmp/mpn/tests/divrem.c [new file with mode: 0644]
ghc/rts/gmp/mpn/tests/lshift.c [new file with mode: 0644]
ghc/rts/gmp/mpn/tests/mul_1.c [new file with mode: 0644]
ghc/rts/gmp/mpn/tests/rshift.c [new file with mode: 0644]
ghc/rts/gmp/mpn/tests/sub_n.c [new file with mode: 0644]
ghc/rts/gmp/mpn/tests/submul_1.c [new file with mode: 0644]
ghc/rts/gmp/mpn/tests/tst-addsub.c [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/add_n.S [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/addmul_1.S [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/lshift.S [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/mul_1.S [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/rshift.S [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/sub_n.S [new file with mode: 0644]