Files
nuttx/arch/arm/include
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
..
2023-12-13 17:29:08 +01:00
2023-12-14 20:02:52 -08:00
2023-10-21 11:45:03 -03:00
2023-12-14 20:02:52 -08:00
2023-12-14 20:02:52 -08:00
2023-11-08 21:58:02 +01:00
2023-12-14 20:02:52 -08:00
2024-05-17 10:16:39 -03:00
2024-08-14 22:36:57 +08:00