Structure to create a 128 vector with 64 bit floating point constants.
More...
Structure to create a 128 vector with 64 bit floating point 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 floating point constants.
Definition burger.h:1650
- See also
- Vector_128Word64, Vector_128Float32, Vector_128Word32, Vector_128Word16, Vector_128Word8, Vector_128Int32
◆ operator Vector_128()
Burger::Vector_128Float64::operator Vector_128 |
( |
| ) |
const |
|
inlinenoexcept |
◆ [union]
double Burger::Vector_128Float64::d[2] |
Value as 2 64 bit floats.
Value as a 128 bit vector.