SveMaskPattern 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 SveMaskPattern
	public enum SveMaskPattern
	type SveMaskPattern = 
	Public Enum SveMaskPattern
		- Inheritance
 
Fields
| Name | Value | Description | 
|---|---|---|
| LargestPowerOf2 | 0 | POW2  | 
			
| VectorCount1 | 1 | VL1  | 
			
| VectorCount2 | 2 | VL2  | 
			
| VectorCount3 | 3 | VL3  | 
			
| VectorCount4 | 4 | VL4  | 
			
| VectorCount5 | 5 | VL5  | 
			
| VectorCount6 | 6 | VL6  | 
			
| VectorCount7 | 7 | VL7  | 
			
| VectorCount8 | 8 | VL8  | 
			
| VectorCount16 | 9 | VL16  | 
			
| VectorCount32 | 10 | VL32  | 
			
| VectorCount64 | 11 | VL64  | 
			
| VectorCount128 | 12 | VL128  | 
			
| VectorCount256 | 13 | VL256  | 
			
| LargestMultipleOf4 | 29 | MUL4  | 
			
| LargestMultipleOf3 | 30 | MUL3  | 
			
| All | 31 | ALL  |