mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
tunes: Add support for sve instructions on armv8/armv9
This helps in defining correct compiler options and configure options for glibc and overall ABI for toolchain (From OE-Core rev: 58330ce58719bd82530b1143623db7af7a85e897) (From OE-Core rev: 43c980ad688cc4df5a5e687b0f693cf46778ce64) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
5
meta/conf/machine/include/arm/feature-arm-sve.inc
Normal file
5
meta/conf/machine/include/arm/feature-arm-sve.inc
Normal file
@@ -0,0 +1,5 @@
|
||||
# Scalable Vector Extension (SVE) for:
|
||||
# armv8.2-a, armv8.3-a, armv8.4-a, armv8.5-a, armv8.6-a, armv8-r, armv9a
|
||||
|
||||
TUNEVALID[sve] = "Enable SVE instructions for ARMv8 and ARMv9"
|
||||
TUNE_CCARGS_MARCH_OPTS .= "${@bb.utils.contains('TUNE_FEATURES', 'sve', '+sve', '', d)}"
|
||||
Reference in New Issue
Block a user