|
| | Add/Subtract |
| | Intrinsics and operators that allows you to perform addition and substraction operations on all types of vectors.
|
| |
| | Bitwise logical |
| | Intrinsics and operators that allows you to perform bitwise logical operations on all types of vectors.
|
| |
| | Compare/Select |
| |
| | Initialization |
| |
| | Multiply Accumulate |
| | Intrinsics allowing you to perform MUL/MAC operations and a few of their variants.
|
| |
| | Shift |
| | These intrinsics allow shifting full vectors.
|
| |
| | Shift element |
| | These intrinsics allow inserting of an element into a vector by pushing in a new value at one end of the vector.
|
| |
| | Shuffle |
| | Intrinsics allowing you perform vector shuffles.
|
| |