SPARC v8 assembler BIGNUM code.
Submitted by: Andy Polyakov <appro@fy.chalmers.se>
This commit is contained in:
parent
c933b45e02
commit
5e85b6abaf
3 changed files with 1500 additions and 0 deletions
3
CHANGES
3
CHANGES
|
@ -5,6 +5,9 @@
|
|||
|
||||
Changes between 0.9.2b and 0.9.3
|
||||
|
||||
*) SPARC v8 assembler BIGNUM implementation.
|
||||
[Andy Polyakov <appro@fy.chalmers.se>]
|
||||
|
||||
*) Initial support for Certificate Policies extension: print works but
|
||||
setting doesn't work fully (yet). Also various additions to support
|
||||
the r2i method this extension will use.
|
||||
|
|
|
@ -98,6 +98,9 @@ asm/bn86unix.cpp: asm/bn-586.pl
|
|||
asm/co86unix.cpp: asm/co-586.pl
|
||||
(cd asm; $(PERL) co-586.pl cpp >co86unix.cpp )
|
||||
|
||||
asm/sparcv8.o: asm/sparcv8.S
|
||||
$(CC) -c -o asm/sparcv8.o asm/sparcv8.S
|
||||
|
||||
# MIPS 64 bit assember
|
||||
asm/mips3.o: asm/mips3.s
|
||||
/usr/bin/as -mips3 -O2 -o asm/mips3.o asm/mips3.s
|
||||
|
|
1494
crypto/bn/asm/sparcv8.S
Normal file
1494
crypto/bn/asm/sparcv8.S
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue