commit | 155183432afffa8dad4260b0dc4eeef60a8385cd | [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 | 8e9bdc5b1d65f49546afbe97943d263a1332e67e [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>