From da6e426b13d4c7ad7ac066dd462c25f66c564322 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Thu, 3 Nov 2022 18:13:35 +0100 Subject: [PATCH] fix Cooperlake not selectable via environment variable --- driver/others/dynamic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver/others/dynamic.c b/driver/others/dynamic.c index 9a693b06f..f61930983 100644 --- a/driver/others/dynamic.c +++ b/driver/others/dynamic.c @@ -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)) {