T-SIMD v31.1.0
A C++ template SIMD library
|
Masked versions of functions.
Most functions have two masked versions:
Subgroups | |
Pure Mask Functions | |
Functions that operate on masks themselves. | |
Masked Memory | |
Functions for masked loading and storing Vec's from and to memory. | |
Masked Arithmetic | |
Masked arithmetic functions on Vec's, like addition, multiplication, etc. | |
Masked Mathematical Operations | |
Masked mathematical operations on Vec's, such as min, max, rounding, etc. | |
Masked Mathematical Functions | |
Masked mathematical functions on Vec's, such as sqrt, rcp, etc. | |
Masked Horizontal Functions | |
Masked horizontal functions on Vec's. | |
Masked Logic | |
Masked logical functions on Vec's. | |
Masked Bitwise Shifts | |
Masked bitwise shift functions on Vec's. | |
Masked Comparisons | |
Functions for masked comparing elements of Vec's. | |
Other Masked Functions | |
Other masked functions. | |