Merge pull request #3806 from martin-frbg/dyn_coop

Fix OPENBLAS_CORETYPE=COOPERLAKE not working in DYNAMIC_ARCH builds
This commit is contained in:
Martin Kroeker 2022-11-03 21:37:39 +01:00 committed by GitHub
commit 5d02f2e83e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1018,7 +1018,7 @@ static gotoblas_t *force_coretype(char *coretype){
char message[128];
//char mname[20];
for ( i=1 ; i <= 24; i++)
for ( i=1 ; i <= 25; i++)
{
if (!strncasecmp(coretype,corename[i],20))
{