Grok 12.0.1
|
#include <base.h>
Public Types | |
enum | { is_signed = 1 , is_float = 0 , is_bf16 = 0 } |
using | Unsigned = uint32_t |
using | Signed = int32_t |
using | Float = float |
using | Wide = int64_t |
using | Narrow = int16_t |
using hwy::detail::Relations< int32_t >::Float = float |
using hwy::detail::Relations< int32_t >::Narrow = int16_t |
using hwy::detail::Relations< int32_t >::Signed = int32_t |
using hwy::detail::Relations< int32_t >::Unsigned = uint32_t |
using hwy::detail::Relations< int32_t >::Wide = int64_t |