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