1
0
Fork 0
forked from nuttx/nuttx-update
local-nuttx-update/arch/arm64
guoshichao 6036a318f4 compiler: add __ARM_ARCH, __ARM_FEATURE_DSP macro definition in ghs
when we build mbedtls in vela with ghs compiler, the mbedtls need to
access __ARM_ARCH and __ARM_FEATURE_DSP, and to construct the inline asm
code based on these two macros.
With ghs compiler, these two macros are not defined, and will be
evaluated as 0 by default, and thus will using to wrong inline asm code,
in order to handle this issue, we need to add conversion between the ghs
and gcc with __ARM_ARCH, __ARM_FEATURE_DSP

Signed-off-by: guoshichao <guoshichao@xiaomi.com>
2024-11-11 22:18:05 +08:00
..
include compiler: add __ARM_ARCH, __ARM_FEATURE_DSP macro definition in ghs 2024-11-11 22:18:05 +08:00
src arch/arm64: Optimized SGI to avoid VM exit. 2024-11-08 01:23:46 +08:00
CMakeLists.txt CMake:init arm64 CMake qemu-armv8a build 2023-12-27 07:27:17 -08:00
Kconfig arch/arm64: add support to config SPI interrupt affinity routing to CPU0 by default 2024-10-14 17:58:13 +08:00