File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed
Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -56,16 +56,27 @@ EXTERN gotoblas_t gotoblas_BANIAS;
5656EXTERN gotoblas_t gotoblas_ATHLON ;
5757
5858extern gotoblas_t gotoblas_PRESCOTT ;
59+ extern gotoblas_t gotoblas_CORE2 ;
60+ extern gotoblas_t gotoblas_NEHALEM ;
61+ extern gotoblas_t gotoblas_BARCELONA ;
62+ #ifdef DYNAMIC_OLDER
5963extern gotoblas_t gotoblas_ATOM ;
6064extern gotoblas_t gotoblas_NANO ;
61- extern gotoblas_t gotoblas_CORE2 ;
6265extern gotoblas_t gotoblas_PENRYN ;
6366extern gotoblas_t gotoblas_DUNNINGTON ;
64- extern gotoblas_t gotoblas_NEHALEM ;
6567extern gotoblas_t gotoblas_OPTERON ;
6668extern gotoblas_t gotoblas_OPTERON_SSE3 ;
67- extern gotoblas_t gotoblas_BARCELONA ;
6869extern gotoblas_t gotoblas_BOBCAT ;
70+ #else
71+ #define gotoblas_ATOM gotoblas_NEHALEM
72+ #define gotoblas_NANO gotoblas_NEHALEM
73+ #define gotoblas_PENRYN gotoblas_CORE2
74+ #define gotoblas_DUNNINGTON gotoblas_CORE2
75+ #define gotoblas_OPTERON gotoblas_CORE2
76+ #define gotoblas_OPTERON_SSE3 gotoblas_CORE2
77+ #define gotoblas_BOBCAT gotoblas_CORE2
78+ #endif
79+
6980#ifndef NO_AVX
7081extern gotoblas_t gotoblas_SANDYBRIDGE ;
7182extern gotoblas_t gotoblas_BULLDOZER ;
You can’t perform that action at this time.
0 commit comments