Optimize cdot function for POWER10
[platform/upstream/openblas.git] / common_s.h
1 #ifndef COMMON_S_H
2 #define COMMON_S_H
3
4 #ifndef DYNAMIC_ARCH
5
6 #define SAMAX_K                 samax_k
7 #define SAMIN_K                 samin_k
8 #define SMAX_K                  smax_k
9 #define SMIN_K                  smin_k
10 #define ISAMAX_K                isamax_k
11 #define ISAMIN_K                isamin_k
12 #define ISMAX_K                 ismax_k
13 #define ISMIN_K                 ismin_k
14 #define SASUM_K                 sasum_k
15 #define SSUM_K                  ssum_k
16 #define SAXPYU_K                saxpy_k
17 #define SAXPYC_K                saxpy_k
18 #define SCOPY_K                 scopy_k
19 #define SDOTU_K                 sdot_k
20 #define SDOTC_K                 sdot_k
21 #define SDSDOT_K                dsdot_k
22 #define DSDOT_K                 dsdot_k
23 #define SNRM2_K                 snrm2_k
24 #define SSCAL_K                 sscal_k
25 #define SSWAP_K                 sswap_k
26 #define SROT_K                  srot_k
27
28 #define SGEMV_N                 sgemv_n
29 #define SGEMV_T                 sgemv_t
30 #define SGEMV_R                 sgemv_n
31 #define SGEMV_C                 sgemv_t
32 #define SGEMV_O                 sgemv_n
33 #define SGEMV_U                 sgemv_t
34 #define SGEMV_S                 sgemv_n
35 #define SGEMV_D                 sgemv_t
36
37 #define SGERU_K                 sger_k
38 #define SGERC_K                 sger_k
39 #define SGERV_K                 sger_k
40 #define SGERD_K                 sger_k
41
42 #define SSYMV_U                 ssymv_U
43 #define SSYMV_L                 ssymv_L
44
45 #define SSYMV_THREAD_U          ssymv_thread_U
46 #define SSYMV_THREAD_L          ssymv_thread_L
47
48
49 #define SGEMM_DIRECT_PERFORMANT    sgemm_direct_performant
50 #define SGEMM_DIRECT            sgemm_direct
51
52 #define SGEMM_ONCOPY            sgemm_oncopy
53 #define SGEMM_OTCOPY            sgemm_otcopy
54
55 #if SGEMM_DEFAULT_UNROLL_M == SGEMM_DEFAULT_UNROLL_N
56 #define SGEMM_INCOPY            sgemm_oncopy
57 #define SGEMM_ITCOPY            sgemm_otcopy
58 #else
59 #define SGEMM_INCOPY            sgemm_incopy
60 #define SGEMM_ITCOPY            sgemm_itcopy
61 #endif
62
63 #define STRMM_OUNUCOPY          strmm_ounucopy
64 #define STRMM_OUNNCOPY          strmm_ounncopy
65 #define STRMM_OUTUCOPY          strmm_outucopy
66 #define STRMM_OUTNCOPY          strmm_outncopy
67 #define STRMM_OLNUCOPY          strmm_olnucopy
68 #define STRMM_OLNNCOPY          strmm_olnncopy
69 #define STRMM_OLTUCOPY          strmm_oltucopy
70 #define STRMM_OLTNCOPY          strmm_oltncopy
71
72 #define STRSM_OUNUCOPY          strsm_ounucopy
73 #define STRSM_OUNNCOPY          strsm_ounncopy
74 #define STRSM_OUTUCOPY          strsm_outucopy
75 #define STRSM_OUTNCOPY          strsm_outncopy
76 #define STRSM_OLNUCOPY          strsm_olnucopy
77 #define STRSM_OLNNCOPY          strsm_olnncopy
78 #define STRSM_OLTUCOPY          strsm_oltucopy
79 #define STRSM_OLTNCOPY          strsm_oltncopy
80
81 #if SGEMM_DEFAULT_UNROLL_M == SGEMM_DEFAULT_UNROLL_N
82 #define STRMM_IUNUCOPY          strmm_ounucopy
83 #define STRMM_IUNNCOPY          strmm_ounncopy
84 #define STRMM_IUTUCOPY          strmm_outucopy
85 #define STRMM_IUTNCOPY          strmm_outncopy
86 #define STRMM_ILNUCOPY          strmm_olnucopy
87 #define STRMM_ILNNCOPY          strmm_olnncopy
88 #define STRMM_ILTUCOPY          strmm_oltucopy
89 #define STRMM_ILTNCOPY          strmm_oltncopy
90
91 #define STRSM_IUNUCOPY          strsm_ounucopy
92 #define STRSM_IUNNCOPY          strsm_ounncopy
93 #define STRSM_IUTUCOPY          strsm_outucopy
94 #define STRSM_IUTNCOPY          strsm_outncopy
95 #define STRSM_ILNUCOPY          strsm_olnucopy
96 #define STRSM_ILNNCOPY          strsm_olnncopy
97 #define STRSM_ILTUCOPY          strsm_oltucopy
98 #define STRSM_ILTNCOPY          strsm_oltncopy
99 #else
100 #define STRMM_IUNUCOPY          strmm_iunucopy
101 #define STRMM_IUNNCOPY          strmm_iunncopy
102 #define STRMM_IUTUCOPY          strmm_iutucopy
103 #define STRMM_IUTNCOPY          strmm_iutncopy
104 #define STRMM_ILNUCOPY          strmm_ilnucopy
105 #define STRMM_ILNNCOPY          strmm_ilnncopy
106 #define STRMM_ILTUCOPY          strmm_iltucopy
107 #define STRMM_ILTNCOPY          strmm_iltncopy
108
109 #define STRSM_IUNUCOPY          strsm_iunucopy
110 #define STRSM_IUNNCOPY          strsm_iunncopy
111 #define STRSM_IUTUCOPY          strsm_iutucopy
112 #define STRSM_IUTNCOPY          strsm_iutncopy
113 #define STRSM_ILNUCOPY          strsm_ilnucopy
114 #define STRSM_ILNNCOPY          strsm_ilnncopy
115 #define STRSM_ILTUCOPY          strsm_iltucopy
116 #define STRSM_ILTNCOPY          strsm_iltncopy
117 #endif
118
119 #define SGEMM_BETA              sgemm_beta
120
121 #define SGEMM_KERNEL            sgemm_kernel
122
123 #define STRMM_KERNEL_LN         strmm_kernel_LN
124 #define STRMM_KERNEL_LT         strmm_kernel_LT
125 #define STRMM_KERNEL_LR         strmm_kernel_LN
126 #define STRMM_KERNEL_LC         strmm_kernel_LT
127 #define STRMM_KERNEL_RN         strmm_kernel_RN
128 #define STRMM_KERNEL_RT         strmm_kernel_RT
129 #define STRMM_KERNEL_RR         strmm_kernel_RN
130 #define STRMM_KERNEL_RC         strmm_kernel_RT
131
132 #define STRSM_KERNEL_LN         strsm_kernel_LN
133 #define STRSM_KERNEL_LT         strsm_kernel_LT
134 #define STRSM_KERNEL_LR         strsm_kernel_LN
135 #define STRSM_KERNEL_LC         strsm_kernel_LT
136 #define STRSM_KERNEL_RN         strsm_kernel_RN
137 #define STRSM_KERNEL_RT         strsm_kernel_RT
138 #define STRSM_KERNEL_RR         strsm_kernel_RN
139 #define STRSM_KERNEL_RC         strsm_kernel_RT
140
141 #define SSYMM_OUTCOPY           ssymm_outcopy
142 #define SSYMM_OLTCOPY           ssymm_oltcopy
143 #if SGEMM_DEFAULT_UNROLL_M == SGEMM_DEFAULT_UNROLL_N
144 #define SSYMM_IUTCOPY           ssymm_outcopy
145 #define SSYMM_ILTCOPY           ssymm_oltcopy
146 #else
147 #define SSYMM_IUTCOPY           ssymm_iutcopy
148 #define SSYMM_ILTCOPY           ssymm_iltcopy
149 #endif
150
151 #define SNEG_TCOPY              sneg_tcopy
152 #define SLASWP_NCOPY            slaswp_ncopy
153
154 #define SAXPBY_K                saxpby_k
155
156 #define SOMATCOPY_K_CN          somatcopy_k_cn
157 #define SOMATCOPY_K_RN          somatcopy_k_rn
158 #define SOMATCOPY_K_CT          somatcopy_k_ct
159 #define SOMATCOPY_K_RT          somatcopy_k_rt
160 #define SIMATCOPY_K_CN          simatcopy_k_cn
161 #define SIMATCOPY_K_RN          simatcopy_k_rn
162 #define SIMATCOPY_K_CT          simatcopy_k_ct
163 #define SIMATCOPY_K_RT          simatcopy_k_rt
164
165 #define SGEADD_K                sgeadd_k 
166
167 #else
168
169 #define SAMAX_K                 gotoblas -> samax_k
170 #define SAMIN_K                 gotoblas -> samin_k
171 #define SMAX_K                  gotoblas -> smax_k
172 #define SMIN_K                  gotoblas -> smin_k
173 #define ISAMAX_K                gotoblas -> isamax_k
174 #define ISAMIN_K                gotoblas -> isamin_k
175 #define ISMAX_K                 gotoblas -> ismax_k
176 #define ISMIN_K                 gotoblas -> ismin_k
177 #define SASUM_K                 gotoblas -> sasum_k
178 #define SSUM_K                  gotoblas -> ssum_k
179 #define SAXPYU_K                gotoblas -> saxpy_k
180 #define SAXPYC_K                gotoblas -> saxpy_k
181 #define SCOPY_K                 gotoblas -> scopy_k
182 #define SDOTU_K                 gotoblas -> sdot_k
183 #define SDOTC_K                 gotoblas -> sdot_k
184 #define SDSDOT_K                gotoblas -> dsdot_k
185 #define DSDOT_K                 gotoblas -> dsdot_k
186 #define SNRM2_K                 gotoblas -> snrm2_k
187 #define SSCAL_K                 gotoblas -> sscal_k
188 #define SSWAP_K                 gotoblas -> sswap_k
189 #define SROT_K                  gotoblas -> srot_k
190
191 #define SGEMV_N                 gotoblas -> sgemv_n
192 #define SGEMV_T                 gotoblas -> sgemv_t
193 #define SGEMV_R                 gotoblas -> sgemv_n
194 #define SGEMV_C                 gotoblas -> sgemv_t
195 #define SGEMV_O                 gotoblas -> sgemv_n
196 #define SGEMV_U                 gotoblas -> sgemv_t
197 #define SGEMV_S                 gotoblas -> sgemv_n
198 #define SGEMV_D                 gotoblas -> sgemv_t
199
200 #define SGERU_K                 gotoblas -> sger_k
201 #define SGERC_K                 gotoblas -> sger_k
202 #define SGERV_K                 gotoblas -> sger_k
203 #define SGERD_K                 gotoblas -> sger_k
204
205 #define SSYMV_U                 gotoblas -> ssymv_U
206 #define SSYMV_L                 gotoblas -> ssymv_L
207
208 #define SSYMV_THREAD_U          ssymv_thread_U
209 #define SSYMV_THREAD_L          ssymv_thread_L
210
211 #ifdef ARCH_X86_64
212 #define SGEMM_DIRECT_PERFORMANT gotoblas -> sgemm_direct_performant
213 #define  SGEMM_DIRECT           gotoblas -> sgemm_direct
214 #else
215 #define SGEMM_DIRECT_PERFORMANT    sgemm_direct_performant
216 #define  SGEMM_DIRECT           sgemm_direct
217 #endif
218
219 #define SGEMM_ONCOPY            gotoblas -> sgemm_oncopy
220 #define SGEMM_OTCOPY            gotoblas -> sgemm_otcopy
221 #define SGEMM_INCOPY            gotoblas -> sgemm_incopy
222 #define SGEMM_ITCOPY            gotoblas -> sgemm_itcopy
223
224 #define STRMM_OUNUCOPY          gotoblas -> strmm_ounucopy
225 #define STRMM_OUTUCOPY          gotoblas -> strmm_outucopy
226 #define STRMM_OLNUCOPY          gotoblas -> strmm_olnucopy
227 #define STRMM_OLTUCOPY          gotoblas -> strmm_oltucopy
228 #define STRSM_OUNUCOPY          gotoblas -> strsm_ounucopy
229 #define STRSM_OUTUCOPY          gotoblas -> strsm_outucopy
230 #define STRSM_OLNUCOPY          gotoblas -> strsm_olnucopy
231 #define STRSM_OLTUCOPY          gotoblas -> strsm_oltucopy
232
233 #define STRMM_IUNUCOPY          gotoblas -> strmm_iunucopy
234 #define STRMM_IUTUCOPY          gotoblas -> strmm_iutucopy
235 #define STRMM_ILNUCOPY          gotoblas -> strmm_ilnucopy
236 #define STRMM_ILTUCOPY          gotoblas -> strmm_iltucopy
237 #define STRSM_IUNUCOPY          gotoblas -> strsm_iunucopy
238 #define STRSM_IUTUCOPY          gotoblas -> strsm_iutucopy
239 #define STRSM_ILNUCOPY          gotoblas -> strsm_ilnucopy
240 #define STRSM_ILTUCOPY          gotoblas -> strsm_iltucopy
241
242 #define STRMM_OUNNCOPY          gotoblas -> strmm_ounncopy
243 #define STRMM_OUTNCOPY          gotoblas -> strmm_outncopy
244 #define STRMM_OLNNCOPY          gotoblas -> strmm_olnncopy
245 #define STRMM_OLTNCOPY          gotoblas -> strmm_oltncopy
246 #define STRSM_OUNNCOPY          gotoblas -> strsm_ounncopy
247 #define STRSM_OUTNCOPY          gotoblas -> strsm_outncopy
248 #define STRSM_OLNNCOPY          gotoblas -> strsm_olnncopy
249 #define STRSM_OLTNCOPY          gotoblas -> strsm_oltncopy
250
251 #define STRMM_IUNNCOPY          gotoblas -> strmm_iunncopy
252 #define STRMM_IUTNCOPY          gotoblas -> strmm_iutncopy
253 #define STRMM_ILNNCOPY          gotoblas -> strmm_ilnncopy
254 #define STRMM_ILTNCOPY          gotoblas -> strmm_iltncopy
255 #define STRSM_IUNNCOPY          gotoblas -> strsm_iunncopy
256 #define STRSM_IUTNCOPY          gotoblas -> strsm_iutncopy
257 #define STRSM_ILNNCOPY          gotoblas -> strsm_ilnncopy
258 #define STRSM_ILTNCOPY          gotoblas -> strsm_iltncopy
259
260 #define SGEMM_BETA              gotoblas -> sgemm_beta
261 #define SGEMM_KERNEL            gotoblas -> sgemm_kernel
262
263 #define STRMM_KERNEL_LN         gotoblas -> strmm_kernel_LN
264 #define STRMM_KERNEL_LT         gotoblas -> strmm_kernel_LT
265 #define STRMM_KERNEL_LR         gotoblas -> strmm_kernel_LN
266 #define STRMM_KERNEL_LC         gotoblas -> strmm_kernel_LT
267 #define STRMM_KERNEL_RN         gotoblas -> strmm_kernel_RN
268 #define STRMM_KERNEL_RT         gotoblas -> strmm_kernel_RT
269 #define STRMM_KERNEL_RR         gotoblas -> strmm_kernel_RN
270 #define STRMM_KERNEL_RC         gotoblas -> strmm_kernel_RT
271
272 #define STRSM_KERNEL_LN         gotoblas -> strsm_kernel_LN
273 #define STRSM_KERNEL_LT         gotoblas -> strsm_kernel_LT
274 #define STRSM_KERNEL_LR         gotoblas -> strsm_kernel_LN
275 #define STRSM_KERNEL_LC         gotoblas -> strsm_kernel_LT
276 #define STRSM_KERNEL_RN         gotoblas -> strsm_kernel_RN
277 #define STRSM_KERNEL_RT         gotoblas -> strsm_kernel_RT
278 #define STRSM_KERNEL_RR         gotoblas -> strsm_kernel_RN
279 #define STRSM_KERNEL_RC         gotoblas -> strsm_kernel_RT
280
281 #define SSYMM_IUTCOPY           gotoblas -> ssymm_iutcopy
282 #define SSYMM_ILTCOPY           gotoblas -> ssymm_iltcopy
283 #define SSYMM_OUTCOPY           gotoblas -> ssymm_outcopy
284 #define SSYMM_OLTCOPY           gotoblas -> ssymm_oltcopy
285
286 #define SNEG_TCOPY              gotoblas -> sneg_tcopy
287 #define SLASWP_NCOPY            gotoblas -> slaswp_ncopy
288
289 #define SAXPBY_K                gotoblas -> saxpby_k
290
291 #define SOMATCOPY_K_CN          gotoblas -> somatcopy_k_cn
292 #define SOMATCOPY_K_RN          gotoblas -> somatcopy_k_rn
293 #define SOMATCOPY_K_CT          gotoblas -> somatcopy_k_ct
294 #define SOMATCOPY_K_RT          gotoblas -> somatcopy_k_rt
295 #define SIMATCOPY_K_CN          gotoblas -> simatcopy_k_cn
296 #define SIMATCOPY_K_RN          gotoblas -> simatcopy_k_rn
297 #define SIMATCOPY_K_CT          gotoblas -> simatcopy_k_ct
298 #define SIMATCOPY_K_RT          gotoblas -> simatcopy_k_rt
299
300 #define SGEADD_K                gotoblas -> sgeadd_k 
301
302 #endif
303
304 #define SGEMM_NN                sgemm_nn
305 #define SGEMM_CN                sgemm_tn
306 #define SGEMM_TN                sgemm_tn
307 #define SGEMM_NC                sgemm_nt
308 #define SGEMM_NT                sgemm_nt
309 #define SGEMM_CC                sgemm_tt
310 #define SGEMM_CT                sgemm_tt
311 #define SGEMM_TC                sgemm_tt
312 #define SGEMM_TT                sgemm_tt
313 #define SGEMM_NR                sgemm_nn
314 #define SGEMM_TR                sgemm_tn
315 #define SGEMM_CR                sgemm_tn
316 #define SGEMM_RN                sgemm_nn
317 #define SGEMM_RT                sgemm_nt
318 #define SGEMM_RC                sgemm_nt
319 #define SGEMM_RR                sgemm_nn
320
321 #define SSYMM_LU                ssymm_LU
322 #define SSYMM_LL                ssymm_LL
323 #define SSYMM_RU                ssymm_RU
324 #define SSYMM_RL                ssymm_RL
325
326 #define SHEMM_LU                shemm_LU
327 #define SHEMM_LL                shemm_LL
328 #define SHEMM_RU                shemm_RU
329 #define SHEMM_RL                shemm_RL
330
331 #define SSYRK_UN                ssyrk_UN
332 #define SSYRK_UT                ssyrk_UT
333 #define SSYRK_LN                ssyrk_LN
334 #define SSYRK_LT                ssyrk_LT
335 #define SSYRK_UR                ssyrk_UN
336 #define SSYRK_UC                ssyrk_UT
337 #define SSYRK_LR                ssyrk_LN
338 #define SSYRK_LC                ssyrk_LT
339
340 #define SSYRK_KERNEL_U          ssyrk_kernel_U
341 #define SSYRK_KERNEL_L          ssyrk_kernel_L
342
343 #define SHERK_UN                ssyrk_UN
344 #define SHERK_LN                ssyrk_LN
345 #define SHERK_UC                ssyrk_UT
346 #define SHERK_LC                ssyrk_LT
347
348 #define SHER2K_UN               ssyr2k_UN
349 #define SHER2K_LN               ssyr2k_LN
350 #define SHER2K_UC               ssyr2k_UT
351 #define SHER2K_LC               ssyr2k_LT
352
353 #define SSYR2K_UN               ssyr2k_UN
354 #define SSYR2K_UT               ssyr2k_UT
355 #define SSYR2K_LN               ssyr2k_LN
356 #define SSYR2K_LT               ssyr2k_LT
357 #define SSYR2K_UR               ssyr2k_UN
358 #define SSYR2K_UC               ssyr2k_UT
359 #define SSYR2K_LR               ssyr2k_LN
360 #define SSYR2K_LC               ssyr2k_LT
361
362 #define SSYR2K_KERNEL_U         ssyr2k_kernel_U
363 #define SSYR2K_KERNEL_L         ssyr2k_kernel_L
364
365 #define STRMM_LNUU              strmm_LNUU
366 #define STRMM_LNUN              strmm_LNUN
367 #define STRMM_LNLU              strmm_LNLU
368 #define STRMM_LNLN              strmm_LNLN
369 #define STRMM_LTUU              strmm_LTUU
370 #define STRMM_LTUN              strmm_LTUN
371 #define STRMM_LTLU              strmm_LTLU
372 #define STRMM_LTLN              strmm_LTLN
373 #define STRMM_LRUU              strmm_LNUU
374 #define STRMM_LRUN              strmm_LNUN
375 #define STRMM_LRLU              strmm_LNLU
376 #define STRMM_LRLN              strmm_LNLN
377 #define STRMM_LCUU              strmm_LTUU
378 #define STRMM_LCUN              strmm_LTUN
379 #define STRMM_LCLU              strmm_LTLU
380 #define STRMM_LCLN              strmm_LTLN
381 #define STRMM_RNUU              strmm_RNUU
382 #define STRMM_RNUN              strmm_RNUN
383 #define STRMM_RNLU              strmm_RNLU
384 #define STRMM_RNLN              strmm_RNLN
385 #define STRMM_RTUU              strmm_RTUU
386 #define STRMM_RTUN              strmm_RTUN
387 #define STRMM_RTLU              strmm_RTLU
388 #define STRMM_RTLN              strmm_RTLN
389 #define STRMM_RRUU              strmm_RNUU
390 #define STRMM_RRUN              strmm_RNUN
391 #define STRMM_RRLU              strmm_RNLU
392 #define STRMM_RRLN              strmm_RNLN
393 #define STRMM_RCUU              strmm_RTUU
394 #define STRMM_RCUN              strmm_RTUN
395 #define STRMM_RCLU              strmm_RTLU
396 #define STRMM_RCLN              strmm_RTLN
397
398 #define STRSM_LNUU              strsm_LNUU
399 #define STRSM_LNUN              strsm_LNUN
400 #define STRSM_LNLU              strsm_LNLU
401 #define STRSM_LNLN              strsm_LNLN
402 #define STRSM_LTUU              strsm_LTUU
403 #define STRSM_LTUN              strsm_LTUN
404 #define STRSM_LTLU              strsm_LTLU
405 #define STRSM_LTLN              strsm_LTLN
406 #define STRSM_LRUU              strsm_LNUU
407 #define STRSM_LRUN              strsm_LNUN
408 #define STRSM_LRLU              strsm_LNLU
409 #define STRSM_LRLN              strsm_LNLN
410 #define STRSM_LCUU              strsm_LTUU
411 #define STRSM_LCUN              strsm_LTUN
412 #define STRSM_LCLU              strsm_LTLU
413 #define STRSM_LCLN              strsm_LTLN
414 #define STRSM_RNUU              strsm_RNUU
415 #define STRSM_RNUN              strsm_RNUN
416 #define STRSM_RNLU              strsm_RNLU
417 #define STRSM_RNLN              strsm_RNLN
418 #define STRSM_RTUU              strsm_RTUU
419 #define STRSM_RTUN              strsm_RTUN
420 #define STRSM_RTLU              strsm_RTLU
421 #define STRSM_RTLN              strsm_RTLN
422 #define STRSM_RRUU              strsm_RNUU
423 #define STRSM_RRUN              strsm_RNUN
424 #define STRSM_RRLU              strsm_RNLU
425 #define STRSM_RRLN              strsm_RNLN
426 #define STRSM_RCUU              strsm_RTUU
427 #define STRSM_RCUN              strsm_RTUN
428 #define STRSM_RCLU              strsm_RTLU
429 #define STRSM_RCLN              strsm_RTLN
430
431 #define SGEMM_THREAD_NN         sgemm_thread_nn
432 #define SGEMM_THREAD_CN         sgemm_thread_tn
433 #define SGEMM_THREAD_TN         sgemm_thread_tn
434 #define SGEMM_THREAD_NC         sgemm_thread_nt
435 #define SGEMM_THREAD_NT         sgemm_thread_nt
436 #define SGEMM_THREAD_CC         sgemm_thread_tt
437 #define SGEMM_THREAD_CT         sgemm_thread_tt
438 #define SGEMM_THREAD_TC         sgemm_thread_tt
439 #define SGEMM_THREAD_TT         sgemm_thread_tt
440 #define SGEMM_THREAD_NR         sgemm_thread_nn
441 #define SGEMM_THREAD_TR         sgemm_thread_tn
442 #define SGEMM_THREAD_CR         sgemm_thread_tn
443 #define SGEMM_THREAD_RN         sgemm_thread_nn
444 #define SGEMM_THREAD_RT         sgemm_thread_nt
445 #define SGEMM_THREAD_RC         sgemm_thread_nt
446 #define SGEMM_THREAD_RR         sgemm_thread_nn
447
448 #define SSYMM_THREAD_LU         ssymm_thread_LU
449 #define SSYMM_THREAD_LL         ssymm_thread_LL
450 #define SSYMM_THREAD_RU         ssymm_thread_RU
451 #define SSYMM_THREAD_RL         ssymm_thread_RL
452
453 #define SHEMM_THREAD_LU         shemm_thread_LU
454 #define SHEMM_THREAD_LL         shemm_thread_LL
455 #define SHEMM_THREAD_RU         shemm_thread_RU
456 #define SHEMM_THREAD_RL         shemm_thread_RL
457
458 #define SSYRK_THREAD_UN         ssyrk_thread_UN
459 #define SSYRK_THREAD_UT         ssyrk_thread_UT
460 #define SSYRK_THREAD_LN         ssyrk_thread_LN
461 #define SSYRK_THREAD_LT         ssyrk_thread_LT
462 #define SSYRK_THREAD_UR         ssyrk_thread_UN
463 #define SSYRK_THREAD_UC         ssyrk_thread_UT
464 #define SSYRK_THREAD_LR         ssyrk_thread_LN
465 #define SSYRK_THREAD_LC         ssyrk_thread_LT
466
467 #define SHERK_THREAD_UN         ssyrk_thread_UN
468 #define SHERK_THREAD_UT         ssyrk_thread_UT
469 #define SHERK_THREAD_LN         ssyrk_thread_LN
470 #define SHERK_THREAD_LT         ssyrk_thread_LT
471 #define SHERK_THREAD_UR         ssyrk_thread_UN
472 #define SHERK_THREAD_UC         ssyrk_thread_UT
473 #define SHERK_THREAD_LR         ssyrk_thread_LN
474 #define SHERK_THREAD_LC         ssyrk_thread_LT
475
476 #endif