diff options
author | Kevin Ryde <user42@zip.com.au> | 2001-01-29 01:18:04 +0100 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2001-01-29 01:18:04 +0100 |
commit | d4924e7e820e5e38c6f464fd78f8e72c29feb6e3 (patch) | |
tree | 1cafbf1c663ed885ed748bced541da7023f6f01f /tune | |
parent | b5e5f216c746fc5e1ead5ae8693bba795c573aa9 (diff) | |
download | gmp-d4924e7e820e5e38c6f464fd78f8e72c29feb6e3.tar.gz |
Add some spaces to make the output pretty.
Diffstat (limited to 'tune')
-rw-r--r-- | tune/tuneup.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/tune/tuneup.c b/tune/tuneup.c index ad8f96cf4..b8ad7e62c 100644 --- a/tune/tuneup.c +++ b/tune/tuneup.c @@ -797,7 +797,7 @@ all (void) printf("\n"); #if UDIV_PREINV_ALWAYS - printf ("#define SB_PREINV_THRESHOLD 0 /* (preinv always) */\n"); + printf ("#define SB_PREINV_THRESHOLD 0 /* (preinv always) */\n"); #else { static struct param_t param; @@ -891,10 +891,10 @@ all (void) printf("\n"); #if UDIV_PREINV_ALWAYS - printf ("#define DIVREM_1_NORM_THRESHOLD 0 /* (preinv always) */\n"); - printf ("#define DIVREM_1_UNNORM_THRESHOLD 0\n"); - printf ("#define MOD_1_NORM_THRESHOLD 0\n"); - printf ("#define MOD_1_UNNORM_THRESHOLD 0\n"); + printf ("#define DIVREM_1_NORM_THRESHOLD 0 /* (preinv always) */\n"); + printf ("#define DIVREM_1_UNNORM_THRESHOLD 0\n"); + printf ("#define MOD_1_NORM_THRESHOLD 0\n"); + printf ("#define MOD_1_UNNORM_THRESHOLD 0\n"); #else /* size_extra==1 reflects the fact that with high<divisor one division is @@ -968,12 +968,12 @@ all (void) #if HAVE_NATIVE_mpn_preinv_mod_1 /* Any native version of mpn_preinv_mod_1 is assumed to exist because it's faster than mpn_mod_1. */ - printf ("#define USE_PREINV_MOD_1 1 /* (native) */\n"); + printf ("#define USE_PREINV_MOD_1 1 /* (native) */\n"); #else #if UDIV_PREINV_ALWAYS /* If udiv_qrnnd_preinv is the only division method then of course mpn_preinv_mod_1 should be used. */ - printf ("#define USE_PREINV_MOD_1 1 /* (preinv always) */\n"); + printf ("#define USE_PREINV_MOD_1 1 /* (preinv always) */\n"); #else { static struct param_t param; @@ -1002,7 +1002,7 @@ all (void) #if UDIV_PREINV_ALWAYS - printf ("#define DIVREM_2_THRESHOLD 0 /* (preinv always) */\n"); + printf ("#define DIVREM_2_THRESHOLD 0 /* (preinv always) */\n"); #else /* No support for tuning native assembler code, do that by hand and put |