We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e359787 commit ab32f83Copy full SHA for ab32f83
interface/Makefile
@@ -92,7 +92,7 @@ CBLAS2OBJS = \
92
cgemv.$(SUFFIX) cgeru.$(SUFFIX) cgerc.$(SUFFIX) \
93
ctrsv.$(SUFFIX) ctrmv.$(SUFFIX) \
94
csyr2.$(SUFFIX) cgbmv.$(SUFFIX) \
95
- csbmv.$(SUFFIX) cspmv.$(SUFFIX) \
+ csbmv.$(SUFFIX) cspmv.$(SUFFIX) \
96
cspr.$(SUFFIX) cspr2.$(SUFFIX) \
97
csymv.$(SUFFIX) csyr.$(SUFFIX) \
98
ctbsv.$(SUFFIX) ctbmv.$(SUFFIX) \
0 commit comments