Bit-Wise Vector Functions
Lists the bit-wise vector functions.
In this section
| Topic | Description |
|---|---|
|
Computes the logical AND of one vector with the negation of a second vector, treating each component as an unsigned integer. | |
|
Computes the logical AND of two vectors, treating each component as an unsigned integer. | |
|
Computes the logical NOR of two vectors, treating each component as an unsigned integer. | |
|
Performs a per-component test for the inequality of two vectors. | |
|
Performs a per-component test for the inequality of two vectors, treating each component as an unsigned integer. | |
|
Computes the logical OR of two vectors, treating each component as an unsigned integer. | |
|
Computes the logical XOR of two vectors, treating each component as an unsigned integer. |
Related topics