added support for HASWELL

This commit is contained in:
wernsaar 2013-12-02 13:17:51 +01:00
parent 9423f980f6
commit 53eaf41901
1 changed files with 17 additions and 0 deletions

View File

@ -762,6 +762,23 @@ static void init_parameter(void) {
#endif
#endif
#ifdef HASWELL
#ifdef DEBUG
fprintf(stderr, "Haswell\n");
#endif
TABLE_NAME.sgemm_p = SGEMM_DEFAULT_P;
TABLE_NAME.dgemm_p = DGEMM_DEFAULT_P;
TABLE_NAME.cgemm_p = CGEMM_DEFAULT_P;
TABLE_NAME.zgemm_p = ZGEMM_DEFAULT_P;
#ifdef EXPRECISION
TABLE_NAME.qgemm_p = QGEMM_DEFAULT_P;
TABLE_NAME.xgemm_p = XGEMM_DEFAULT_P;
#endif
#endif
#ifdef OPTERON
#ifdef DEBUG