mirror of
https://git.yoctoproject.org/poky
synced 2026-02-23 18:09:40 +01:00
Add tune entries for all Arm Cortex-R processors currently supported in GCC. Also, add the simd feature, which can be used in ARMv7a and ARMv8a, but currently isn't. (From OE-Core rev: 67e582379afa9bff8d585b4c7f1bc65a76d088fb) Signed-off-by: Jon Mason <jdmason@kudzu.us> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 lines
323 B
PHP
6 lines
323 B
PHP
# Advanced SIMD and floating-point instructions for armv7-a, armv7ve,
|
|
# armv8-a, armv8.1-a, armv8.3-a, armv8.4-a, armv8.5-a, armv8.6-a, and armv8-r
|
|
|
|
TUNEVALID[simd] = "Enable instructions for Advanced SIMD and floating-point units"
|
|
TUNE_CCARGS_MARCH_OPTS .= "${@bb.utils.contains('TUNE_FEATURES', 'simd', '+simd', '', d)}"
|