/[svn]/linuxsampler/trunk/src/common/RTMath.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/common/RTMath.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 328 by schoenebeck, Sat Dec 25 21:58:58 2004 UTC revision 361 by schoenebeck, Wed Feb 9 01:22:18 2005 UTC
# Line 31  Line 31 
31  #define TWELVEHUNDREDTH_ROOT_OF_TWO     1.000577789506555  #define TWELVEHUNDREDTH_ROOT_OF_TWO     1.000577789506555
32    
33  enum implementation_t {  enum implementation_t {
34      CPP      CPP,
35      #if ARCH_X86      ASM_X86_MMX_SSE
     ,ASM_X86_MMX_SSE  
     #endif // ARCH_X86  
36  };  };
37    
38  class RTMathBase {  class RTMathBase {

Legend:
Removed from v.328  
changed lines
  Added in v.361

  ViewVC Help
Powered by ViewVC