Structure to create a 128 vector with 64 bit unsigned integer constants.
More...
Structure to create a 128 vector with 64 bit unsigned integer constants.
There is no standard for initializing 128 bit vectors at compile time. This structure fixes the problem by creating a union between the 128 bit value and an array of data that maps directly over it.
Structure to create a 128 vector with 64 bit unsigned integer constants.
Definition burger.h:1680
- See also
- Vector_128Float64, Vector_128Word32, Vector_128Word16, Vector_128Word8, Vector_128Int32
◆ operator Vector_128()
Burger::Vector_128Word64::operator Vector_128 |
( |
| ) |
const |
|
inlinenoexcept |
◆ [union]
uint64_t Burger::Vector_128Word64::u[2] |
Value as 2 unsigned 64 bit integers.
Value as a 128 bit vector.