VIS Data Format
- Many of the signal processing kernels operate on fixed point
data types and operate on them in parallel.
- To take advantage of the parallelism, the VIS packs multiple
fixed point data into 32-bit and 64-bit registers and then performs operations
on all the data in a single instruction.
Next