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