Ignore:
Timestamp:
10/07/06 02:49:28 (18 years ago)
Author:
r2d
Message:
  • fixed a LOT of bugs
  • fixed a bug that took me 2 days to find :)
  • remember to ALWAYS use -Wall with a C compiler (C++ is great !!!)
  • files can be played, but are not bit identical with the 1.15w encoder (the last digits of floats are not the same) - must be fixed.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • mppenc/branches/r2d/libmpcpsy/fft4g.c

    r65 r71  
    3232static __inline void  cft1st       ( const int n, float* a, float* w );                  //
    3333static __inline void  cftmdl_i386  ( const int n, const int l, float* a, float* w );     // 5648
    34 static __inline void  cftmdl_3DNow ( const int n, const int l, float* a, float* w );     // 4954
     34// static __inline void  cftmdl_3DNow ( const int n, const int l, float* a, float* w );     // 4954
    3535
    3636#if 0
Note: See TracChangeset for help on using the changeset viewer.