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 |
0 |
CMP_EQUAL_ANY | Compare any equal |
0 |
LEAST_SIGNIFICANT | Index only: return least significant bit |
0 |
POSITIVE_POLARITY | Normal result polarity |
0 |
UBYTE_OPS | Compare 8-bit unsigned characters |
0 |
UWORD_OPS | Compare 16-bit unsigned characters |
1 |
SBYTE_OPS | Compare 8-bit signed characters |
2 |
SWORD_OPS | Compare 16-bit signed characters |
3 |
CMP_RANGES | Compare ranges |
4 |
CMP_EQUAL_EACH | Compare equal each |
8 |
CMP_EQUAL_ORDERED | Compare equal ordered |
12 |
NEGATIVE_POLARITY | Negate results |
16 |
MASKED_POSITIVE_POLARITY | Normal results only before end of string |
32 |
MASKED_NEGATIVE_POLARITY | Negate results only before end of string |
48 |
MOST_SIGNIFICANT | Index only: return most significan bit |
64 |
UNIT_MASK | mask only: return byte/word mask |
64 |