typo fix
This commit is contained in:
parent
4297e2ed84
commit
924cc7e588
|
@ -707,7 +707,7 @@ gotoblas_t TABLE_NAME = {
|
||||||
|
|
||||||
#if defined(ARCH_ARM64)
|
#if defined(ARCH_ARM64)
|
||||||
static void init_parameter(void) {
|
static void init_parameter(void) {
|
||||||
#if defined(BUILD_HALFi)
|
#if defined(BUILD_HALF)
|
||||||
TABLE_NAME.shgemm_p = SHGEMM_DEFAULT_P;
|
TABLE_NAME.shgemm_p = SHGEMM_DEFAULT_P;
|
||||||
#endif
|
#endif
|
||||||
TABLE_NAME.sgemm_p = SGEMM_DEFAULT_P;
|
TABLE_NAME.sgemm_p = SGEMM_DEFAULT_P;
|
||||||
|
|
Loading…
Reference in New Issue