Features/ARM/SVE

From QEMU
Revision as of 15:49, 13 March 2018 by Ajb (talk | contribs)

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.

In Development

This feature is currently in development.


More Information