From 8381d75871cc16dc54735aaa198a6b3c79c72984 Mon Sep 17 00:00:00 2001 From: Xorg Date: Mon, 29 Jan 2018 19:49:00 +0100 Subject: [PATCH] Add Skylake (Xeon Scalable) into database Introduced in anrieff/libcpuid@2f4c21e --- run_tests.sh | 2 +- src/databases.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/run_tests.sh b/run_tests.sh index 36bac12f..2dfeb816 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -27,7 +27,7 @@ for file in $(find $TESTS_DIR -name *.test); do # Display test status if [[ $? -gt 0 ]]; then - printf "${CBR}${output#*"==> "}${CR}" + printf "${CBR}${output#*"==> "}${CR}\n" ((count++)) else printf "${CBG}OK${CR}\n" diff --git a/src/databases.h b/src/databases.h index 050529af..e423d8ca 100644 --- a/src/databases.h +++ b/src/databases.h @@ -52,6 +52,7 @@ const Technology_DB technology_intel[] = { 5, 37, -1, 32 }, // Westmere { 5, 53, -1, 32 }, // Atom Cloverview { 5, 69, -1, 22 }, // Haswell + { 5, 85, -1, 14 }, // Skylake (Xeon Scalable) { 6, 6, 6, 250 }, // PII Dixon / Celeron Mendocino { 6, 6, 15, 65 }, // P4 Cedar Mill / PD Presler { 6, 22, -1, 65 }, // C2 Conroe-L