forked from OSchip/llvm-project
[X86] Add avx512vpopcntdq to Knights Mill
As indicated by Table 1-1 in Intel Architecture Instruction Set Extensions and Future Features Programming Reference from October 2017. llvm-svn: 316592
This commit is contained in:
parent
9c1eeaca80
commit
6fae2eedf3
|
@ -626,7 +626,8 @@ class KnightsMillProc<string Name> : ProcModel<Name, HaswellModel,
|
|||
KNLFeatures.Value, [
|
||||
ProcIntelKNL,
|
||||
FeatureSlowTwoMemOps,
|
||||
FeatureFastPartialYMMorZMMWrite
|
||||
FeatureFastPartialYMMorZMMWrite,
|
||||
FeatureVPOPCNTDQ
|
||||
]>;
|
||||
def : KnightsMillProc<"knm">; // TODO Add AVX5124FMAPS/AVX5124VNNIW features
|
||||
|
||||
|
|
Loading…
Reference in New Issue