Enum X86.Sse4_2.SIDD
Constants for string comparison intrinsics
Namespace: Unity.Burst.Intrinsics
Syntax
[Flags]
public enum SIDD
Fields
| Name | Description | Value |
|---|---|---|
| BIT_MASK | mask only: return bit mask |
|
| CMP_EQUAL_ANY | Compare any equal |
|
| CMP_EQUAL_EACH | Compare equal each |
|
| CMP_EQUAL_ORDERED | Compare equal ordered |
|
| CMP_RANGES | Compare ranges |
|
| LEAST_SIGNIFICANT | Index only: return least significant bit |
|
| MASKED_NEGATIVE_POLARITY | Negate results only before end of string |
|
| MASKED_POSITIVE_POLARITY | Normal results only before end of string |
|
| MOST_SIGNIFICANT | Index only: return most significan bit |
|
| NEGATIVE_POLARITY | Negate results |
|
| POSITIVE_POLARITY | Normal result polarity |
|
| SBYTE_OPS | Compare 8-bit signed characters |
|
| SWORD_OPS | Compare 16-bit signed characters |
|
| UBYTE_OPS | Compare 8-bit unsigned characters |
|
| UNIT_MASK | mask only: return byte/word mask |
|
| UWORD_OPS | Compare 16-bit unsigned characters |