|
40 | 40 | ztbsv,ztpmv,ztpsv,ztrmm,ztrmv,ztrsm,ztrsv, |
41 | 41 | xerbla, |
42 | 42 | saxpby,daxpby,caxpby,zaxpby, |
| 43 | + somatcopy, domatcopy, comatcopy, zomatcopy, |
| 44 | + simatcopy, dimatcopy, cimatcopy, zimatcopy, |
43 | 45 | sgeadd,dgeadd,cgeadd,zgeadd, |
44 | | - somatcopy, |
45 | | - simatcopy, |
46 | | - domatcopy, |
47 | | - dimatcopy, |
48 | | - comatcopy, |
49 | | - cimatcopy, |
50 | | - zomatcopy, |
51 | | - zimatcopy, |
| 46 | + ssum, dsum, scsum, dzsum |
52 | 47 | ); |
53 | 48 |
|
54 | 49 | @halfblasobjs = (shgemm); |
|
81 | 76 | cblas_saxpby,cblas_daxpby,cblas_caxpby,cblas_zaxpby, |
82 | 77 | cblas_somatcopy, cblas_domatcopy, cblas_comatcopy, cblas_zomatcopy, |
83 | 78 | cblas_simatcopy, cblas_dimatcopy, cblas_cimatcopy, cblas_zimatcopy, |
84 | | - cblas_sgeadd, cblas_dgeadd,cblas_cgeadd, cblas_zgeadd |
| 79 | + cblas_sgeadd, cblas_dgeadd,cblas_cgeadd, cblas_zgeadd, |
| 80 | + cblas_isamin, cblas_idamin, cblas_icamin, cblas_izamin, |
| 81 | + cblas_ismin, cblas_idmin, cblas_icmin, cblas_izmin, |
| 82 | + cblas_ismax, cblas_idmax, cblas_icmax, cblas_izmax, |
| 83 | + cblas_ssum, cblas_dsum, cblas_scsum, cblas_dzsum, |
| 84 | + cblas_xerbla |
85 | 85 | ); |
86 | 86 |
|
87 | 87 | @halfcblasobjs = (cblas_shgemm); |
@@ -3501,9 +3501,12 @@ if ($ARGV[1] eq "x86") { @underscore_objs = (@underscore_objs, @gemm3mobjs); |
3501 | 3501 | if ($ARGV[1] eq "ia64") { @underscore_objs = (@underscore_objs, @gemm3mobjs); }; |
3502 | 3502 | if ($ARGV[1] eq "MIPS") { @underscore_objs = (@underscore_objs, @gemm3mobjs); }; |
3503 | 3503 |
|
3504 | | - |
3505 | 3504 | if ($ARGV[4] == 0) { |
3506 | 3505 | @no_underscore_objs = (@cblasobjs, @misc_no_underscore_objs); |
| 3506 | + if ($ARGV[1] eq "x86_64") { @no_underscore_objs = (@no_underscore_objs, @cblasgemm3mobjs); }; |
| 3507 | + if ($ARGV[1] eq "x86") { @no_underscore_objs = (@no_underscore_objs, @cblasgemm3mobjs); }; |
| 3508 | + if ($ARGV[1] eq "ia64") { @no_underscore_objs = (@no_underscore_objs, @cblasgemm3mobjs); }; |
| 3509 | + if ($ARGV[1] eq "MIPS") { @no_underscore_objs = (@no_underscore_objs, @cblasgemm3mobjs); }; |
3507 | 3510 | }else{ |
3508 | 3511 | #NO_CBLAS=1 |
3509 | 3512 | @no_underscore_objs = (@misc_no_underscore_objs); |
|
0 commit comments