From 4a7ef41db2b765725e42fa2b24cd37f64c8ceaa2 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Thu, 15 Dec 2011 15:46:32 -0800 Subject: Adding switch '-W' to fx to control the quality of extracted divisors. --- src/opt/fxu/fxu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/opt/fxu') 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; -- cgit v1.2.3