summaryrefslogtreecommitdiff
path: root/mpn/cray
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2002-03-28 19:03:36 +0100
committertege <tege@gmplib.org>2002-03-28 19:03:36 +0100
commit4fd42f5912536db433821fc6ec02d97583632e12 (patch)
treeb3d32b35511111ad9b66a53dc36a738a04651404 /mpn/cray
parentc45465388279cfffa383ea323b46b9ff0115d1ec (diff)
downloadgmp-4fd42f5912536db433821fc6ec02d97583632e12.tar.gz
Fix some spacing.
Diffstat (limited to 'mpn/cray')
-rw-r--r--mpn/cray/README3
1 files changed, 1 insertions, 2 deletions
diff --git a/mpn/cray/README b/mpn/cray/README
index f810a47da..a4c56ed0f 100644
--- a/mpn/cray/README
+++ b/mpn/cray/README
@@ -29,7 +29,7 @@ level as the directory containing this file.)
The cfp subdirectory is for systems utilizing the traditional Cray
floating-point format, and the ieee subdirectory is for the newer
-systems that use the IEEE floating-point format.
+systems that use the IEEE floating-point format.
There are several issues that reduces speed on Cray systems. For
systems with cfp floating point, the main obstacle is the forming of
@@ -110,4 +110,3 @@ storing even fewer bits per limb, perhaps 56, it would be possible to
write a mul_mul_basecase that would run at effectively 1 cycle/limb.
(Use VM here to better handle the romb-shaped multiply area, perhaps
rouding operand sizes up to the next power of 2.)
-