SvePrefetchType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class SvePrefetchType
public enum SvePrefetchType
type SvePrefetchType =
Public Enum SvePrefetchType
- Inheritance
Fields
Name | Value | Description |
---|---|---|
LoadL1Temporal | 0 | PLDL1KEEP |
LoadL1NonTemporal | 1 | PLDL1STRM |
LoadL2Temporal | 2 | PLDL2KEEP |
LoadL2NonTemporal | 3 | PLDL2STRM |
LoadL3Temporal | 4 | PLDL3KEEP |
LoadL3NonTemporal | 5 | PLDL3STRM |
StoreL1Temporal | 8 | PSTL1KEEP |
StoreL1NonTemporal | 9 | PSTL1STRM |
StoreL2Temporal | 10 | PSTL2KEEP |
StoreL2NonTemporal | 11 | PSTL2STRM |
StoreL3Temporal | 12 | PSTL3KEEP |
StoreL3NonTemporal | 13 | PSTL3STRM |
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.