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

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

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

revision 424 by schoenebeck, Mon Dec 13 00:53:16 2004 UTC revision 425 by persson, Sat Mar 5 07:27:48 2005 UTC
# Line 35  class Features { Line 35  class Features {
35          #if ARCH_X86          #if ARCH_X86
36          inline static bool supportsMMX() { return bMMX; }          inline static bool supportsMMX() { return bMMX; }
37          inline static bool supportsSSE() { return bSSE; }          inline static bool supportsSSE() { return bSSE; }
38            inline static bool supportsSSE2() { return bSSE2; }
39          #endif // ARCH_X86          #endif // ARCH_X86
40      private:      private:
41          #if ARCH_X86          #if ARCH_X86
42          static bool bMMX;          static bool bMMX;
43          static bool bSSE;          static bool bSSE;
44            static bool bSSE2;
45          #endif // ARCH_X86          #endif // ARCH_X86
46  };  };
47    

Legend:
Removed from v.424  
changed lines
  Added in v.425

  ViewVC Help
Powered by ViewVC