Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 12d548a0 authored by Pierre-Clément Tosi's avatar Pierre-Clément Tosi
Browse files

cc_baremetal_defaults: Disable SVE

Prevent Clang from generating SVE instructions for compiler targets that
default to enabling the feature (such as ARMv9.2-A; see [1]) as the
baremetal environment might not have SVE available (either due to the HW
not supporting it or the SW not having enabled it).

[1]: https://reviews.llvm.org/D109517

Bug: 364383722
Test: lunch <...>  # Set TARGET_ARCH_VARIANT=armv9-2a
Test: m pvmfw      # Decompile & check for SVE instructions
Change-Id: Ic50d9dc45beb1d04d81e3accaf7fc4fc953ea703
parent d3bd6b48
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment