Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Lists the bit-wise vector functions.
In this section
| Topic | 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. |
Related topics