From 421405b6a21b124288a750e2da26dc01eb7391cb Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Fri, 26 Oct 2018 19:05:32 +0100 Subject: COMPMID-1675: Add SVE support Change-Id: I86679adff556b6ffc9929b35cbf1b59b3958bdb1 --- tests/framework/instruments/Instruments.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/framework') diff --git a/tests/framework/instruments/Instruments.h b/tests/framework/instruments/Instruments.h index 705fc59b29..77c74b7b3e 100644 --- a/tests/framework/instruments/Instruments.h +++ b/tests/framework/instruments/Instruments.h @@ -24,10 +24,12 @@ #ifndef ARM_COMPUTE_TEST_INSTRUMENTS #define ARM_COMPUTE_TEST_INSTRUMENTS +#if !defined(BARE_METAL) #include "MaliCounter.h" #include "OpenCLMemoryUsage.h" #include "OpenCLTimer.h" #include "PMUCounter.h" +#endif /* !defined(BARE_METAL) */ #include "SchedulerTimer.h" #include "WallClockTimer.h" -- cgit v1.2.1