mirror of
https://github.com/amd/blis.git
synced 2026-05-13 02:25:39 +00:00
Fixed typo in BLAS gemm3m call to _check().
Details: - Fixed an unresolved symbol issue leftover from #590 whereby ?gemm3m_() as defined in bla_gemm3m.c was referencing bla_gemm3m_check(), which does not exist. It should have simply called the _check() function for gemm.
This commit is contained in:
@@ -67,7 +67,7 @@ void PASTEF77(ch,blasname) \
|
||||
bli_init_auto(); \
|
||||
\
|
||||
/* Perform BLAS parameter checking. */ \
|
||||
PASTEBLACHK(blasname) \
|
||||
PASTEBLACHK(blisname) \
|
||||
( \
|
||||
MKSTR(ch), \
|
||||
MKSTR(blasname), \
|
||||
@@ -162,7 +162,7 @@ void PASTEF77(ch,blasname) \
|
||||
bli_init_auto(); \
|
||||
\
|
||||
/* Perform BLAS parameter checking. */ \
|
||||
PASTEBLACHK(blasname) \
|
||||
PASTEBLACHK(blisname) \
|
||||
( \
|
||||
MKSTR(ch), \
|
||||
MKSTR(blasname), \
|
||||
|
||||
Reference in New Issue
Block a user