diff options
author | Torbjorn Granlund <tege@gmplib.org> | 2009-11-15 01:11:19 +0100 |
---|---|---|
committer | Torbjorn Granlund <tege@gmplib.org> | 2009-11-15 01:11:19 +0100 |
commit | f7fa2e843382fba23fd46d68958ffc8652300b1d (patch) | |
tree | 31db0a9dd2ede49ca1c5622378efdf1511e26284 /mpn/alpha | |
parent | a0c731b2f4f00407146eaeb29763e388476264e2 (diff) | |
download | gmp-f7fa2e843382fba23fd46d68958ffc8652300b1d.tar.gz |
Fix lot of spelling errors.
Diffstat (limited to 'mpn/alpha')
-rw-r--r-- | mpn/alpha/README | 2 | ||||
-rw-r--r-- | mpn/alpha/ev6/mul_1.asm | 2 | ||||
-rw-r--r-- | mpn/alpha/ev6/nails/mul_1.asm | 2 | ||||
-rw-r--r-- | mpn/alpha/ev6/nails/submul_1.asm | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/mpn/alpha/README b/mpn/alpha/README index 3578c53b8..02a04a596 100644 --- a/mpn/alpha/README +++ b/mpn/alpha/README @@ -36,7 +36,7 @@ Cray T3 code is very very different... them to "$6" or "$f6" where necessary. "0x" introduces a hex constant in gas and DEC as, but on Unicos "^X" is -required. The X() macro accomodates this difference. +required. The X() macro accommodates this difference. "cvttqc" is required by DEC as, "cvttq/c" is required by Unicos, and gas will accept either. We use cvttqc and have an m4 define expand to cvttq/c where diff --git a/mpn/alpha/ev6/mul_1.asm b/mpn/alpha/ev6/mul_1.asm index 841f5083c..4e89ad9d0 100644 --- a/mpn/alpha/ev6/mul_1.asm +++ b/mpn/alpha/ev6/mul_1.asm @@ -49,7 +49,7 @@ C r20,r29,r13-r15 scramble C C We're doing 7 of the 8 carry propagations with a br fixup code and 1 with a C put-the-carry-into-hi. The idea is that these branches are very rarely -C taken, and since a non-taken branch consumes no resurces, that is better +C taken, and since a non-taken branch consumes no resources, that is better C than an addq. C C Software pipeline: a load in cycle #09, feeds a mul in cycle #16, feeds an diff --git a/mpn/alpha/ev6/nails/mul_1.asm b/mpn/alpha/ev6/nails/mul_1.asm index cac3776ba..534e1d35c 100644 --- a/mpn/alpha/ev6/nails/mul_1.asm +++ b/mpn/alpha/ev6/nails/mul_1.asm @@ -28,7 +28,7 @@ C TODO C * Reroll loop for 3.0 c/l with current 4-way unrulling. C * The loop is overscheduled wrt loads and wrt multiplies, in particular C umulh. -C * Use FP loop count and multiple exit points, that would simpily feed-in lp0 +C * Use FP loop count and multiple exit points, that would simplify feed-in lp0 C and would work since the loop structure is really regular. C INPUT PARAMETERS diff --git a/mpn/alpha/ev6/nails/submul_1.asm b/mpn/alpha/ev6/nails/submul_1.asm index 4242517a4..41815e980 100644 --- a/mpn/alpha/ev6/nails/submul_1.asm +++ b/mpn/alpha/ev6/nails/submul_1.asm @@ -28,7 +28,7 @@ C TODO C * Reroll loop for 3.75 c/l with current 4-way unrulling. C * The loop is overscheduled wrt loads and wrt multiplies, in particular C umulh. -C * Use FP loop count and multiple exit points, that would simpily feed-in lp0 +C * Use FP loop count and multiple exit points, that would simplify feed-in lp0 C and would work since the loop structure is really regular. C INPUT PARAMETERS |