diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2011-12-15 15:46:32 -0800 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2011-12-15 15:46:32 -0800 |
commit | 4a7ef41db2b765725e42fa2b24cd37f64c8ceaa2 (patch) | |
tree | 23279365c592325f44ac39681f7a078b2f7bb151 | |
parent | 2bb95a97d06b951e04947b0de6a3486127e24427 (diff) | |
download | abc-4a7ef41db2b765725e42fa2b24cd37f64c8ceaa2.tar.gz abc-4a7ef41db2b765725e42fa2b24cd37f64c8ceaa2.tar.bz2 abc-4a7ef41db2b765725e42fa2b24cd37f64c8ceaa2.zip |
Adding switch '-W' to fx to control the quality of extracted divisors.
-rw-r--r-- | src/opt/fxu/fxu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opt/fxu/fxu.c b/src/opt/fxu/fxu.c index 95f1c99d..c6fb5796 100644 --- a/src/opt/fxu/fxu.c +++ b/src/opt/fxu/fxu.c @@ -57,7 +57,7 @@ static int s_MemoryPeak; ***********************************************************************/ int Fxu_FastExtract( Fxu_Data_t * pData ) { - int fScrollLines = 1; + int fScrollLines = 0; Fxu_Matrix * p; Fxu_Single * pSingle; Fxu_Double * pDouble; |