Argon 0.1.0
|
Helper template to determine the boolean type of a SIMD operation. More...
#include <bool.hpp>
Public Types | |
using | type = typename simd::make_unsigned<T>::type |
Helper template to determine the boolean type of a SIMD operation.
T | The SIMD vector type (e.g., int8x16_t, float32x4_t). |