diff options
author | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2018-09-07 11:59:57 +0000 |
---|---|---|
committer | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2018-09-07 11:59:57 +0000 |
commit | f00b1bbc53fd492d706320adbc7e1c242daadcc9 (patch) | |
tree | 33f44f61480914cb25862a44cfc65a7ccc9b6b65 /tests | |
parent | 471c7c56e04ba8453235d4a200700de117f351d6 (diff) | |
download | mpfr-f00b1bbc53fd492d706320adbc7e1c242daadcc9.tar.gz |
[tests/tl2b.c] extend to 8-bit limb
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13155 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests')
-rw-r--r-- | tests/tl2b.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tl2b.c b/tests/tl2b.c index ae1b81ba1..25bd16c53 100644 --- a/tests/tl2b.c +++ b/tests/tl2b.c @@ -26,7 +26,7 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc., #include "mpfr-test.h" /* Must be a multiple of 4 */ -static const int bits2use[] = {16, 32, 64, 96, 128, 256}; +static const int bits2use[] = {8, 16, 32, 64, 96, 128, 256}; #define size_of_bits2use (numberof (bits2use)) static __mpfr_struct l2b[BASE_MAX-1][2]; |