From f2cdce30ca782cac7caebc43c7e67caf677b7358 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Mon, 9 Dec 2019 18:35:57 +0000 Subject: COMPMID-2841: Enable aarch32 builds Decouples the execution state from the architecture. Now architectures can be set as (armv7a, armv8a, etc) and execution state using the `estate` flag with the following options (auto, 32, 64). Change-Id: Ie7f757b3565495a39c7e20fb350a72fd9c5a2a4f Signed-off-by: Georgios Pinitas Reviewed-on: https://review.mlplatform.org/c/2438 Reviewed-by: Pablo Marquez Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins --- docs/Doxyfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/Doxyfile b/docs/Doxyfile index 835aa00a05..7f5aa5bdbe 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -2087,9 +2087,7 @@ PREDEFINED = DOXYGEN_SKIP_THIS \ LOCATE_MIN \ LOCATE_MAX \ HAS_BIAS \ - POOL_AVG \ - ARM_COMPUTE_AARCH64_V8_2 \ - ARM_COMPUTE_AARCH64_V8A + POOL_AVG # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this -- cgit v1.2.1