Lists the bit-wise vector functions.
| Name | Description |
|---|---|
| XMVectorAndCInt | Computes the logical AND of one vector with the negation of a second vector, treating each component as an unsigned integer. |
| XMVectorAndInt | Computes the logical AND of two vectors, treating each component as an unsigned integer. |
| XMVectorNorInt | Computes the logical NOR of two vectors, treating each component as an unsigned integer. |
| XMVectorNotEqual | Performs a per-component test for the inequality of two vectors. |
| XMVectorNotEqualInt | Performs a per-component test for the inequality of two vectors, treating each component as an unsigned integer. |
| XMVectorOrInt | Computes the logical OR of two vectors, treating each component as an unsigned integer. |
| XMVectorXorInt | Computes the logical XOR of two vectors, treating each component as an unsigned integer. |