diff options
author | Torbjorn Granlund <tege@gmplib.org> | 2008-12-18 01:03:12 +0100 |
---|---|---|
committer | Torbjorn Granlund <tege@gmplib.org> | 2008-12-18 01:03:12 +0100 |
commit | c4f5454eb0bda505ad2cd1bee2732a0441d6ede0 (patch) | |
tree | 72202e257de0b1db1c6a6f8dc33f68a189d4143e /mpn/alpha | |
parent | 147d6f1c8a4cd8e7633304eb925f3bd2d16920fe (diff) | |
download | gmp-c4f5454eb0bda505ad2cd1bee2732a0441d6ede0.tar.gz |
Fix a comment typo.
Diffstat (limited to 'mpn/alpha')
-rw-r--r-- | mpn/alpha/ev6/nails/addmul_1.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpn/alpha/ev6/nails/addmul_1.asm b/mpn/alpha/ev6/nails/addmul_1.asm index 925e611d6..149195c6f 100644 --- a/mpn/alpha/ev6/nails/addmul_1.asm +++ b/mpn/alpha/ev6/nails/addmul_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 |