commit | 137e4dd0ea0db1cc11a2b22843856089c7a94cb8 | [log] [tgz] |
---|---|---|
author | gaurav02 <gautham.ravichandran@arm.com> | Thu Aug 29 15:20:00 2024 +0100 |
committer | gaurav02 <gautham.ravichandran@arm.com> | Thu Aug 29 19:18:30 2024 +0100 |
tree | 45fab9aa8a7925d40e758c79f3f3816ecf2e855b | |
parent | b0d19fb052a1b1afd8eca3e37ba12d7d9bdf3dd1 [diff] |
feat(rdv3): set CTX_INCLUDE_SVE_REGS build flag for RD-V3 variants Commit 4242262(feat(simd):add sve state to simd ctxt struct) introduced the CTX_INCLUDE_SVE_REGS build flag that needs to be set if SVE is enabled for more than one world, which is the case for RD-V3. This build flag enables SVE registers to be included when saving and restoring the CPU context. Change-Id: Ic491939061e42e8c87a805ded99e271308f90352 Signed-off-by: Gautham Ravichandran <gautham.ravichandran@arm.com>