From 5ed62b47a75794f00fb79abe92a99499d2f66e8b Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Wed, 25 Jun 2025 18:15:22 +0100 Subject: [PATCH] config: Enable FEAT_LSFE from v9.5 FEAT_LSFE (Large System Float Extension), providing atomic floating point memory operations, is optional from v9.5. Enable it as standard, there's no particular reason not to. Signed-off-by: Mark Brown --- config/arch/v9.5.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/arch/v9.5.yaml b/config/arch/v9.5.yaml index 789e64f..1935660 100644 --- a/config/arch/v9.5.yaml +++ b/config/arch/v9.5.yaml @@ -16,3 +16,5 @@ run: params: -C cluster0.has_arm_v9-5: 1 -C cluster1.has_arm_v9-5: 1 + -C cluster0.has_lsfe: 1 + -C cluster1.has_lsfe: 1 -- GitLab