Ignore:
Timestamp:
10/12/06 19:03:11 (18 years ago)
Author:
r2d
Message:
  • removed FASTMATH stuff
File:
1 edited

Legend:

Unmodified
Added
Removed
  • mppenc/branches/r2d/src/mppenc.h

    r71 r74  
    2323#ifdef _WIN32
    2424# define CVD_FASTLOG
    25 # define FAST_MATH
    2625#endif
    2726
     
    6564
    6665void   Init_FFT      ( PsyModel* );
    67 
    68 
    69 // fastmath.c
    70 void   Init_FastMath ( void );
    71 extern const float  tabatan2   [] [2];
    72 extern const float  tabcos     [] [2];
    73 extern const float  tabsqrt_ex [];
    74 extern const float  tabsqrt_m  [] [2];
    7566
    7667// FIXME : put in lib header
Note: See TracChangeset for help on using the changeset viewer.