[BACK]Return to polmul.c CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / fft

Diff for /OpenXM_contrib2/asir2000/fft/polmul.c between version 1.3 and 1.4

version 1.3, 2000/08/22 05:04:13 version 1.4, 2015/08/08 14:19:42
Line 45 
Line 45 
  * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE,   * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE,
  * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE.   * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE.
  *   *
  * $OpenXM: OpenXM_contrib2/asir2000/fft/polmul.c,v 1.2 2000/08/21 08:31:34 noro Exp $   * $OpenXM: OpenXM_contrib2/asir2000/fft/polmul.c,v 1.3 2000/08/22 05:04:13 noro Exp $
 */  */
 #include "dft.h"  #include "dft.h"
 extern struct PrimesS Primes[];  extern struct PrimesS Primes[];
Line 350  fprintf( stderr, "mul by classical alg. done ( %d time
Line 350  fprintf( stderr, "mul by classical alg. done ( %d time
     fprintf( stderr, "\nClassical mult:   " );  Pr_timing( 10 );      fprintf( stderr, "\nClassical mult:   " );  Pr_timing( 10 );
     fprintf( stderr, "\n" );      fprintf( stderr, "\n" );
 #endif /* TIMING */  #endif /* TIMING */
   #if defined(__MINGW32__) || defined(__MINGW64__)
       fflush(stderr);
   #endif
   }    }
 }  }
   

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>