1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-01-22 14:57:02 +01:00

comment style changed

This commit is contained in:
Werner Koch 2000-10-24 09:48:24 +00:00
parent f018997504
commit be44e30276
4 changed files with 17 additions and 13 deletions

View File

@ -1,3 +1,7 @@
2000-10-24 Werner Koch <wk@gnupg.org>
* mips3/: Changed a few comments to C-style. By Jeff Long.
2000-10-13 Werner Koch <wk@gnupg.org>
* mpi.h: Removed the inclusion of mpi-asm-defs.h because this
@ -12,7 +16,7 @@
Wed Jul 19 11:26:43 CEST 2000 Werner Koch <wk@>
* config.links: Support for powerpc--netbsd by Gabriel Rosenkoetter.
* config.links: Support for powerpc--netbsd by Gabriel Rosenkoetter.
Wed Mar 22 13:50:24 CET 2000 Werner Koch <wk@openit.de>

View File

@ -36,10 +36,10 @@ mpihelp_mul_1:
.set noreorder
.set nomacro
# warm up phase 0
/* # warm up phase 0 */
ld $8,0($5)
# warm up phase 1
/* # warm up phase 1 */
daddiu $5,$5,8
dmultu $8,$7
@ -64,7 +64,7 @@ Loop: mflo $10
bne $6,$0,Loop
daddu $2,$9,$2 # add high product limb and carry from addition
# cool down phase 1
/* # cool down phase 1 */
$LC1: mflo $10
mfhi $9
daddu $10,$10,$2
@ -74,7 +74,7 @@ $LC1: mflo $10
daddiu $4,$4,8
daddu $2,$9,$2 # add high product limb and carry from addition
# cool down phase 0
/* # cool down phase 0 */
$LC0: mflo $10
mfhi $9
daddu $10,$10,$2

View File

@ -36,10 +36,10 @@ mpihelp_addmul_1:
.set noreorder
.set nomacro
# warm up phase 0
/* # warm up phase 0 */
ld $8,0($5)
# warm up phase 1
/* # warm up phase 1 */
daddiu $5,$5,8
dmultu $8,$7
@ -68,7 +68,7 @@ Loop: ld $10,0($4)
bne $6,$0,Loop
daddu $2,$9,$2 # add high product limb and carry from addition
# cool down phase 1
/* # cool down phase 1 */
$LC1: ld $10,0($4)
mflo $3
mfhi $9
@ -82,7 +82,7 @@ $LC1: ld $10,0($4)
daddiu $4,$4,8
daddu $2,$9,$2 # add high product limb and carry from addition
# cool down phase 0
/* # cool down phase 0 */
$LC0: ld $10,0($4)
mflo $3
mfhi $9

View File

@ -36,10 +36,10 @@ mpihelp_submul_1:
.set noreorder
.set nomacro
# warm up phase 0
/* # warm up phase 0 */
ld $8,0($5)
# warm up phase 1
/* # warm up phase 1 */
daddiu $5,$5,8
dmultu $8,$7
@ -68,7 +68,7 @@ Loop: ld $10,0($4)
bne $6,$0,Loop
daddu $2,$9,$2 # add high product limb and carry from addition
# cool down phase 1
/* # cool down phase 1 */
$LC1: ld $10,0($4)
mflo $3
mfhi $9
@ -82,7 +82,7 @@ $LC1: ld $10,0($4)
daddiu $4,$4,8
daddu $2,$9,$2 # add high product limb and carry from addition
# cool down phase 0
/* # cool down phase 0 */
$LC0: ld $10,0($4)
mflo $3
mfhi $9