summaryrefslogtreecommitdiff
path: root/doc/README.dev
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2014-07-08 10:22:09 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2014-07-08 10:22:09 +0000
commite7b2d588c963044834494581ca225ef0241e4854 (patch)
tree8dd9137c0dca96517df5072114a0e5952bfac449 /doc/README.dev
parent89d751ea3e2c3e57bcf944e0e20a64bdfa8bfac8 (diff)
downloadmpfr-e7b2d588c963044834494581ca225ef0241e4854.tar.gz
Renamed the MPFR_TEST_DIVBYZERO macro to MPFR_TESTS_DIVBYZERO
for consistency with MPFR_TESTS_TIMEOUT. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9147 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'doc/README.dev')
-rw-r--r--doc/README.dev6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/README.dev b/doc/README.dev
index 90881e484..7d42ea91b 100644
--- a/doc/README.dev
+++ b/doc/README.dev
@@ -221,9 +221,9 @@ To make a release (for the MPFR team):
32, mode32 and mode64 (in particular mode32, where long's have
32 bits and limbs have 64 bits [long long]).
- Test with -DMPFR_TEST_DIVBYZERO=1 -DMPFR_ERRDIVZERO=1 in order
- to detect whether tests can fail due to a FP division by 0 on
- platforms where such an operation fails (e.g. trap).
+ Test with -DMPFR_TESTS_DIVBYZERO -DMPFR_ERRDIVZERO in order to detect
+ whether tests can fail due to a FP division by 0 on platforms where
+ such an operation fails (e.g. trap).
Test with -D_MPFR_PREC_FORMAT=2 when the "int" type is smaller
than the "long" type.