|
POWER Vector Library Manual
1.0.4
|
Union used to transfer 128-bit data between vector and __float128 types. More...
#include <vec_f128_ppc.h>
Public Attributes | |
| vui8_t | vx16 |
| union field of vector unsigned char elements. | |
| vui16_t | vx8 |
| union field of vector unsigned short elements. | |
| vui32_t | vx4 |
| union field of vector unsigned int elements. | |
| vui64_t | vx2 |
| union field of vector unsigned long long elements. | |
| vui128_t | vx1 |
| union field of vector unsigned __int128 elements. | |
| vb128_t | vbool1 |
| union field of vector __bool __int128 elements. | |
| __binary128 | vf1 |
| union field of __float128 elements. | |
| unsigned __int128 | ix1 |
| union field of __int128 elements. | |
Union used to transfer 128-bit data between vector and __float128 types.
1.8.17