Merge pull request #170 from juliantaylor/athlon-defaults

set parameters for CORE_ATHLON
This commit is contained in:
Zhang Xianyi 2012-12-15 15:50:02 -08:00
commit b471d52e61
1 changed files with 2 additions and 2 deletions

View File

@ -634,10 +634,10 @@ static void init_parameter(void) {
TABLE_NAME.xgemm_q = XGEMM_DEFAULT_Q; TABLE_NAME.xgemm_q = XGEMM_DEFAULT_Q;
#endif #endif
#if defined(CORE_KATMAI) || defined(CORE_COPPERMINE) || defined(CORE_BANIAS) || defined(CORE_YONAH) #if defined(CORE_KATMAI) || defined(CORE_COPPERMINE) || defined(CORE_BANIAS) || defined(CORE_YONAH) || defined(CORE_ATHLON)
#ifdef DEBUG #ifdef DEBUG
fprintf(stderr, "Katmai, Coppermine, Banias\n"); fprintf(stderr, "Katmai, Coppermine, Banias, Athlon\n");
#endif #endif
TABLE_NAME.sgemm_p = 64 * (l2 >> 7); TABLE_NAME.sgemm_p = 64 * (l2 >> 7);