Skip to content

Commit a9fa805

Browse files
authored
Merge pull request #1660 from martin-frbg/issue1659
Fix typo that broke compilation with DYNAMIC_ARCH and NO_AVX2
2 parents bbf2124 + 9d15a3b commit a9fa805

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)