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;
56
56
EXTERN gotoblas_t gotoblas_ATHLON ;
57
57
58
58
extern 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
59
63
extern gotoblas_t gotoblas_ATOM ;
60
64
extern gotoblas_t gotoblas_NANO ;
61
- extern gotoblas_t gotoblas_CORE2 ;
62
65
extern gotoblas_t gotoblas_PENRYN ;
63
66
extern gotoblas_t gotoblas_DUNNINGTON ;
64
- extern gotoblas_t gotoblas_NEHALEM ;
65
67
extern gotoblas_t gotoblas_OPTERON ;
66
68
extern gotoblas_t gotoblas_OPTERON_SSE3 ;
67
- extern gotoblas_t gotoblas_BARCELONA ;
68
69
extern 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
+
69
80
#ifndef NO_AVX
70
81
extern gotoblas_t gotoblas_SANDYBRIDGE ;
71
82
extern gotoblas_t gotoblas_BULLDOZER ;
You can’t perform that action at this time.
0 commit comments