Features/ARM/SVE
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
Support for linux-user mode was merged in the 3.0 cycle. Work on System Emulation mode is ongoing.