Add support for another Broadwell cpuid.

This commit is contained in:
William Hart 2017-02-20 15:56:37 +00:00
parent 0a634a0faa
commit 31ad9001bd
2 changed files with 2 additions and 1 deletions

View File

@ -181,6 +181,7 @@ CPUVEC_SETUP_x86_64;
if (model == 69){ CPUIS(haswell);break;}
if (model == 70){ CPUIS(haswell);break;}
if (model == 78){ CPUIS(skylakeavx);break;}
if (model == 79){ CPUIS(broadwell);break;}
if (model == 94){
int feat = ((int *)features)[2];
if (feat & FEAT_HAS_AVX) { CPUIS(skylakeavx);break; } /* Core i Skylake */

View File

@ -1,4 +1,4 @@
@set UPDATED 16 February 2017
@set UPDATED 17 February 2017
@set UPDATED-MONTH February 2017
@set EDITION 3.0.0
@set VERSION 3.0.0