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

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

version 1.3, 2000/08/22 05:04:12 version 1.4, 2001/10/09 01:36:16
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/fft_primes.c,v 1.2 2000/08/21 08:31:33 noro Exp $   * $OpenXM: OpenXM_contrib2/asir2000/fft/fft_primes.c,v 1.3 2000/08/22 05:04:12 noro Exp $
 */  */
 #include "dft.h"  #include "dft.h"
   
Line 13754  static int blen_prod_fftprime[MAX_D+1] =
Line 13754  static int blen_prod_fftprime[MAX_D+1] =
           0 if not.            0 if not.
 */  */
   
 int fft_available(d1,n1,d2,n2)  int int_bits(int);
 int d1,n1,d2,n2;  
   int fft_available(int d1,int n1,int d2,int n2)
 {  {
         int dmin,bound,dlen;          int dmin,bound,dlen;
   

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

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