mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-19 00:14:20 +00:00
[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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@316592 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a3d8d8b25f
commit
d5b3d597e5
@ -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…
x
Reference in New Issue
Block a user