Fix misplaced endif

This commit is contained in:
Martin Kroeker
2018-06-04 08:23:40 +02:00
committed by GitHub
parent 89372e0993
commit ac7b6e3e9a

View File

@@ -302,8 +302,8 @@ static gotoblas_t *get_coretype(void){
openblas_warning(FALLBACK_VERBOSE, NEHALEM_FALLBACK);
return &gotoblas_NEHALEM;
}
#endif
}
#endif
//Intel Skylake
if (model == 14) {
if(support_avx())