/[dotgnu-pnet]/pnet/engine/cvm_config.h
ViewVC logotype

Diff of /pnet/engine/cvm_config.h

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

revision 1.15 by t3rmin4t0r, Tue Oct 4 05:34:57 2005 UTC revision 1.16 by t3rmin4t0r, Sun Nov 13 09:33:53 2005 UTC
# Line 195  extern int _ILCVMInsnCount[]; Line 195  extern int _ILCVMInsnCount[];
195  #undef  IL_CVM_FLAVOUR  #undef  IL_CVM_FLAVOUR
196  #define IL_CVM_FLAVOUR "Direct Unrolled (x86)"  #define IL_CVM_FLAVOUR "Direct Unrolled (x86)"
197  #endif  #endif
 /* TODO: enable when the amd64 unroller is complete  
198  #if defined(IL_CVM_DIRECT) && defined(CVM_X86_64) && \  #if defined(IL_CVM_DIRECT) && defined(CVM_X86_64) && \
199          defined(__GNUC__) && !defined(IL_NO_ASM) && \          defined(__GNUC__) && !defined(IL_NO_ASM) && \
200          !defined(IL_CVM_PROFILE_CVM_VAR_USAGE) && \          !defined(IL_CVM_PROFILE_CVM_VAR_USAGE) && \
# Line 204  extern int _ILCVMInsnCount[]; Line 203  extern int _ILCVMInsnCount[];
203  #undef  IL_CVM_FLAVOUR  #undef  IL_CVM_FLAVOUR
204  #define IL_CVM_FLAVOUR "Direct Unrolled (amd64)"  #define IL_CVM_FLAVOUR "Direct Unrolled (amd64)"
205  #endif  #endif
 */  
206  #if defined(IL_CVM_DIRECT) && defined(CVM_ARM) && \  #if defined(IL_CVM_DIRECT) && defined(CVM_ARM) && \
207          defined(__GNUC__) && !defined(IL_NO_ASM) && \          defined(__GNUC__) && !defined(IL_NO_ASM) && \
208          !defined(IL_CVM_PROFILE_CVM_VAR_USAGE) && \          !defined(IL_CVM_PROFILE_CVM_VAR_USAGE) && \

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26