Grok 12.0.2
|
#include <base.h>
Classes | |
struct | BF16FromU16BitsTag |
Public Member Functions | |
bfloat16_t () noexcept=default | |
constexpr | bfloat16_t (bfloat16_t &&) noexcept=default |
constexpr | bfloat16_t (const bfloat16_t &) noexcept=default |
bfloat16_t & | operator= (bfloat16_t &&arg) noexcept=default |
bfloat16_t & | operator= (const bfloat16_t &arg) noexcept=default |
Static Public Member Functions | |
static constexpr bfloat16_t | FromBits (uint16_t bits) |
Public Attributes | ||
union { | ||
uint16_t bits | ||
}; | ||
Private Member Functions | |
constexpr | bfloat16_t (BF16FromU16BitsTag, uint16_t u16_bits) |
|
defaultnoexcept |
|
constexprdefaultnoexcept |
|
constexprdefaultnoexcept |
|
inlineconstexprprivate |
|
inlinestaticconstexpr |
|
defaultnoexcept |
|
defaultnoexcept |
union { ... } hwy::bfloat16_t |
uint16_t hwy::bfloat16_t::bits |
Referenced by hwy::HWY_NAMESPACE::detail::NativeLanePointer().