Ignore:
Timestamp:
Oct 20, 2009, 8:52:15 PM (15 years ago)
Author:
rosiere
Message:

1) Add new algo in ifetch queue
2) Add Cancel bit
3) new config

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Softwares/SPECINT2000/src/include/workload.h

    r124 r136  
    1212void (*WorkLoad[])() =
    1313{
    14         (void *) run_300_twolf
     14        (void *) run_164_gzip
    1515};
    1616
    1717#define NB_WORKLOAD   (sizeof(WorkLoad)/sizeof(void *))
    1818
    19 #ifndef NB_THREAD_MAX
    20         #error "NB_THREAD_MAX is undefined"
    21 #endif
     19# ifndef NB_THREAD_MAX
     20error "NB_THREAD_MAX is undefined"
     21# endif
    2222
    2323#endif //workload_h
Note: See TracChangeset for help on using the changeset viewer.