aboutsummaryrefslogtreecommitdiff
path: root/examples/neon_permute.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/neon_permute.cpp')
-rw-r--r--examples/neon_permute.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/neon_permute.cpp b/examples/neon_permute.cpp
index e2030b7ddc..05c8169020 100644
--- a/examples/neon_permute.cpp
+++ b/examples/neon_permute.cpp
@@ -75,7 +75,7 @@ public:
tensor_nchw.print(std::cout);
std::cout << "Tensor NHWC" << std::endl;
tensor_nhwc.print(std::cout);
-#endif
+#endif // ARM_COMPUTE_DEBUG_ENABLED
}
private: