Skip to content

Commit 9d15a3b

Browse files
authored
Fix typo that broke compilation with DYNAMIC_ARCH and NO_AVX2
fixes 1659
1 parent 61659f8 commit 9d15a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/others/dynamic.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ static gotoblas_t *get_coretype(void){
510510
#ifndef NO_AVX2
511511
return &gotoblas_HASWELL;
512512
#else
513-
return &gotblas_SANDYBRIDGE;
513+
return &gotoblas_SANDYBRIDGE;
514514
#endif
515515
else
516516
return &gotoblas_NEHALEM;

0 commit comments

Comments
 (0)