Features/ARM/SVE

From QEMU
Revision as of 12:19, 17 January 2018 by Ajb (talk | contribs) (initial skeleton)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

ARM's Scalable Vector Extensions are a novel extension to existing NEON and AdvSIMD extensions for providing vector processing. The novel part is the way the instruction set is structured allows for code generation without knowing what the implementation defined total vector length is.

More Information