Fix typo that broke compilation with DYNAMIC_ARCH and NO_AVX2
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Mon, 2 Jul 2018 12:40:41 +0000 (14:40 +0200)
committerGitHub <noreply@github.com>
Mon, 2 Jul 2018 12:40:41 +0000 (14:40 +0200)
fixes 1659

driver/others/dynamic.c

index 1379420..d727f10 100644 (file)
@@ -510,7 +510,7 @@ static gotoblas_t *get_coretype(void){
 #ifndef NO_AVX2
          return &gotoblas_HASWELL;
 #else
-         return &gotblas_SANDYBRIDGE;
+         return &gotoblas_SANDYBRIDGE;
 #endif
          else
          return &gotoblas_NEHALEM;