aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/NEON/ReorderLayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation/NEON/ReorderLayer.cpp')
-rw-r--r--tests/validation/NEON/ReorderLayer.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/validation/NEON/ReorderLayer.cpp b/tests/validation/NEON/ReorderLayer.cpp
index 89d860fa4f..cc340e9cb1 100644
--- a/tests/validation/NEON/ReorderLayer.cpp
+++ b/tests/validation/NEON/ReorderLayer.cpp
@@ -21,6 +21,8 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
+#if defined(__aarch64__)
+
#include "arm_compute/runtime/NEON/functions/NEReorderLayer.h"
#include "arm_compute/runtime/Tensor.h"
#include "tests/NEON/Accessor.h"
@@ -64,3 +66,5 @@ TEST_SUITE_END() // NEON
} // namespace validation
} // namespace test
} // namespace arm_compute
+
+#endif // defined(__aarch64__) \ No newline at end of file