Improvements to command 'twoexact'.

This commit is contained in:
Alan Mishchenko 2022-08-08 16:43:30 -07:00
parent 1368a920b9
commit af0ac88266
1 changed files with 1 additions and 1 deletions

View File

@ -1480,7 +1480,7 @@ void Exa_ManIsNormalized( Vec_Wrd_t * vSimsIn, Vec_Wrd_t * vSimsOut )
if ( Count )
printf( "The data for %d divisors are not normalized.\n", Count );
if ( !(Vec_WrdEntry(vSimsOut, 0) & 1) )
printf( "The data for the outputs is not normalized.\n", Count );
printf( "The output data is not normalized.\n" );
// else if ( Count == 0 )
// printf( "The data is fully normalized.\n" );
}