Skip to content

Commit 8ea938f

Browse files
authored
Merge pull request #5613 from al3xtjames/gemm-smp
Fix ARMV9SME/VORTEXM4 GEMM compilation with SMP disabled
2 parents 01657b3 + d2906e8 commit 8ea938f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/gemm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,11 +184,11 @@ static int init_amxtile_permission() {
184184
}
185185
#endif
186186

187-
#ifdef SMP
188187
#ifdef DYNAMIC_ARCH
189188
extern char* gotoblas_corename(void);
190189
#endif
191190

191+
#ifdef SMP
192192
#if defined(DYNAMIC_ARCH) || defined(NEOVERSEV1)
193193
static inline int get_gemm_optimal_nthreads_neoversev1(double MNK, int ncpu) {
194194
return

0 commit comments

Comments
 (0)