Argon 0.1.0
Loading...
Searching...
No Matches
argon::Bool< T > Struct Template Reference

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

Detailed Description

template<typename T>
struct argon::Bool< T >

Helper template to determine the boolean type of a SIMD operation.

Template Parameters
TThe SIMD vector type (e.g., int8x16_t, float32x4_t).

The documentation for this struct was generated from the following file: