Skip to content

Commit 27a4084

Browse files
authored
make sgemm_direct unconditionally available on all arm64
1 parent 6546da6 commit 27a4084

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

common_param.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,10 +224,8 @@ BLASLONG (*ismin_k) (BLASLONG, float *, BLASLONG);
224224
int (*sgemm_direct_performant) (BLASLONG M, BLASLONG N, BLASLONG K);
225225
#endif
226226
#ifdef ARCH_ARM64
227-
#ifdef HAVE_SME
228227
void (*sgemm_direct) (BLASLONG, BLASLONG, BLASLONG, float *, BLASLONG , float *, BLASLONG , float * , BLASLONG);
229228
#endif
230-
#endif
231229

232230

233231
int (*sgemm_kernel )(BLASLONG, BLASLONG, BLASLONG, float, float *, float *, float *, BLASLONG);

0 commit comments

Comments
 (0)