aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFrancis Murtagh <francis.murtagh@arm.com>2021-01-25 10:18:10 +0000
committerFrancis Murtagh <francis.murtagh@arm.com>2021-01-25 10:18:20 +0000
commit5dc64fe99227efece77eb7cd14abc47474a48fb8 (patch)
tree09de113127e07707ad8edb20075463696055f736 /include
parent2686849118217ba692439407adb53ec3849d48ac (diff)
downloadarmnn-5dc64fe99227efece77eb7cd14abc47474a48fb8.tar.gz
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 <francis.murtagh@arm.com> Change-Id: Ib74aeb06abe5f88f21ecdd1edb2a1cd20ee2019d
Diffstat (limited to 'include')
-rw-r--r--include/armnn/Utils.hpp2
1 files changed, 2 insertions, 0 deletions
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