From 5dc64fe99227efece77eb7cd14abc47474a48fb8 Mon Sep 17 00:00:00 2001 From: Francis Murtagh Date: Mon, 25 Jan 2021 10:18:10 +0000 Subject: IVGCVSW-5525 Handle Neon optionality on 32 bit linux platforms * Add neon detection for linux using HWCAPs * Add test to check for backend throwing BackendUnavailable exception Signed-off-by: Francis Murtagh Change-Id: Ib74aeb06abe5f88f21ecdd1edb2a1cd20ee2019d --- include/armnn/Utils.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/armnn/Utils.hpp b/include/armnn/Utils.hpp index 773a4036e2..efd3d218e3 100644 --- a/include/armnn/Utils.hpp +++ b/include/armnn/Utils.hpp @@ -35,4 +35,6 @@ void ConfigureLogging(bool printToStandardOutput, bool printToDebugOutput, LogSe # define ARMNN_FALLTHROUGH ((void)0) #endif +bool NeonDetected(); + } // namespace armnn -- cgit v1.2.1