From d0ec4325cf2b5bf5b9a11c3f173f7ef2dd10d79e Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Tue, 3 Jul 2018 21:03:24 +0200 Subject: [PATCH] Add cpuid for AMD Ryzen 2 --- 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 13794207c..f72902411 100644 --- a/driver/others/dynamic.c +++ b/driver/others/dynamic.c @@ -607,7 +607,7 @@ static gotoblas_t *get_coretype(void){ } } } else if (exfamily == 8) { - if (model == 1) { + if (model == 1 || model == 8) { if(support_avx()) return &gotoblas_ZEN; else{