A vector representation of a 2048-bit unsigned integer as 4 x 512-bit integer fields.
More...
#include <vec_int512_ppc.h>
A vector representation of a 2048-bit unsigned integer as 4 x 512-bit integer fields.
A union of:
- homogeneous aggregate of 2048-bit unsigned integer.
- struct of:
- 4 x homogeneous aggregate of 512-bit unsigned integers.
- Note
- Useful to access 512-bit blocks to pass to a 512x512-bit multiplies. These can be used as partial products in a larger 2048x2048-bit multiply.
-
This structure does not qualify for parameter passing in registers (more than 8 registers are required) and will be passed in memory.
The documentation for this union was generated from the following file: