From edae5b9300c4754596694cb7d81c688eb1952c7a Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Tue, 2 Feb 2016 09:00:18 +0100 Subject: [PATCH] Update dynamic.c Second part of "support Intel Avolon via Nehalem kernel" --- driver/others/dynamic.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/driver/others/dynamic.c b/driver/others/dynamic.c index 1c4a2293f..d8ece0ffc 100644 --- a/driver/others/dynamic.c +++ b/driver/others/dynamic.c @@ -281,6 +281,11 @@ static gotoblas_t *get_coretype(void){ return &gotoblas_NEHALEM; //OS doesn't support AVX. Use old kernels. } } + //Intel Avolon + if (model == 13) { + openblas_warning(FALLBACK_VERBOSE, NEHALEM_FALLBACK); + return &gotoblas_NEHALEM; + } return NULL; } case 0xf: