[project @ 1998-06-05 14:37:58 by simonm]
authorsimonm <unknown>
Fri, 5 Jun 1998 14:37:58 +0000 (14:37 +0000)
committersimonm <unknown>
Fri, 5 Jun 1998 14:37:58 +0000 (14:37 +0000)
commit739d408b7f5b024bda531397d48315782c9f51d2
tree8edbfbf55a34310d263e7da926652f88e2a93243
parent798c2ac0ef1ba9ee9711275a964af7a2575c4d52
[project @ 1998-06-05 14:37:58 by simonm]
Initial revision
ghc/rts/gmp/mpn/x86/pentium/add_n.S [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/pentium/addmul_1.S [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/pentium/lshift.S [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/pentium/mul_1.S [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/pentium/rshift.S [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/pentium/sub_n.S [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/pentium/submul_1.S [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/submul_1.S [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/syntax.h [new file with mode: 0644]
ghc/rts/gmp/mpz/Makefile.in [new file with mode: 0644]