mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-17 09:18:23 +00:00
[X86] Add CLWB to icelake.
Per Table 1-1 in October 2017 edition of Intel® Architecture Instruction Set Extensions and Future Features git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@321501 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
740291146f
commit
9c04129257
@ -739,7 +739,8 @@ def ICLFeatures : ProcessorFeatures<CNLFeatures.Value, [
|
||||
FeatureVNNI,
|
||||
FeatureVPCLMULQDQ,
|
||||
FeatureVPOPCNTDQ,
|
||||
FeatureGFNI
|
||||
FeatureGFNI,
|
||||
FeatureCLWB
|
||||
]>;
|
||||
|
||||
class IcelakeProc<string Name> : ProcModel<Name, SkylakeServerModel,
|
||||
|
Loading…
x
Reference in New Issue
Block a user