/[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.14 by t3rmin4t0r, Mon Jun 20 10:59:08 2005 UTC revision 1.15 by t3rmin4t0r, Tue Oct 4 05:34:57 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
198    /* TODO: enable when the amd64 unroller is complete
199    #if defined(IL_CVM_DIRECT) && defined(CVM_X86_64) && \
200            defined(__GNUC__) && !defined(IL_NO_ASM) && \
201            !defined(IL_CVM_PROFILE_CVM_VAR_USAGE) && \
202            defined(IL_CONFIG_UNROLL)
203    #define IL_CVM_DIRECT_UNROLLED
204    #undef  IL_CVM_FLAVOUR
205    #define IL_CVM_FLAVOUR "Direct Unrolled (amd64)"
206    #endif
207    */
208  #if defined(IL_CVM_DIRECT) && defined(CVM_ARM) && \  #if defined(IL_CVM_DIRECT) && defined(CVM_ARM) && \
209          defined(__GNUC__) && !defined(IL_NO_ASM) && \          defined(__GNUC__) && !defined(IL_NO_ASM) && \
210          !defined(IL_CVM_PROFILE_CVM_VAR_USAGE) && \          !defined(IL_CVM_PROFILE_CVM_VAR_USAGE) && \

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

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