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