Skip to content

Commit

Permalink
Add Skylake (Xeon Scalable) into database
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTumultuousUnicornOfDarkness committed Jan 29, 2018
1 parent 694c8c3 commit 8381d75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion run_tests.sh
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions src/databases.h
Expand Up @@ -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
Expand Down

0 comments on commit 8381d75

Please sign in to comment.