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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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())