summaryrefslogtreecommitdiff
path: root/mpbsd
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2000-12-31 01:03:52 +0100
committertege <tege@gmplib.org>2000-12-31 01:03:52 +0100
commitcdffc26c7996ab50b42b40985d142bbc9af19473 (patch)
tree24d2618fceaa8a52a30a8afdaeb633a0d4351d32 /mpbsd
parent5d40d21b11aafddbe4a27aa8812203c6388573e6 (diff)
downloadgmp-cdffc26c7996ab50b42b40985d142bbc9af19473.tar.gz
(check_itom): Exclude test for all Cray vector systems. Correct comment.
Diffstat (limited to 'mpbsd')
-rw-r--r--mpbsd/tests/t-misc.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/mpbsd/tests/t-misc.c b/mpbsd/tests/t-misc.c
index 2a008726c..a92e13b7b 100644
--- a/mpbsd/tests/t-misc.c
+++ b/mpbsd/tests/t-misc.c
@@ -44,9 +44,10 @@ check_itom (void)
{ SHORT_MAX, 1, SHORT_MAX },
{ -SHORT_MAX, -1, SHORT_MAX },
-#if !defined (_CRAY) || defined (_CRAYIEEE)
+#if !defined (_CRAY) || defined (_CRAYMPP)
/* These values are computed such that it will not work on traditional
- Cray systems. The bit size is 64 bits but just 24 of them are valid. */
+ Cray systems. The occupied space is 64 bits but for signed short,
+ just 46 of them are valid. */
{ SHORT_HIGHBIT, -1, USHORT_HIGHBIT },
#endif
};