From cd8b40d9df90ad45aecef2cd13387a50dd18e659 Mon Sep 17 00:00:00 2001 From: David Svantesson Date: Tue, 2 May 2023 13:05:36 +0000 Subject: Guards to make NEReorder aarch64 only Resolves COMPMID-6151 Signed-off-by: David Svantesson Change-Id: I0e8c957f3460633c32ef57be0cdc44a53b8c3e88 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/9553 Reviewed-by: Viet-Hoa Do Tested-by: Arm Jenkins Comments-Addressed: Arm Jenkins Benchmark: Arm Jenkins --- arm_compute/runtime/NEON/functions/NEReorderLayer.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'arm_compute') diff --git a/arm_compute/runtime/NEON/functions/NEReorderLayer.h b/arm_compute/runtime/NEON/functions/NEReorderLayer.h index 4d5e3fa850..b8d692ac92 100644 --- a/arm_compute/runtime/NEON/functions/NEReorderLayer.h +++ b/arm_compute/runtime/NEON/functions/NEReorderLayer.h @@ -21,6 +21,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ +#if defined(__aarch64__) + #ifndef ACL_ARM_COMPUTE_RUNTIME_NEON_FUNCTIONS_NEREORDERLAYER #define ACL_ARM_COMPUTE_RUNTIME_NEON_FUNCTIONS_NEREORDERLAYER @@ -82,3 +84,5 @@ private: }; } // namespace arm_compute #endif /* ACL_ARM_COMPUTE_RUNTIME_NEON_FUNCTIONS_NEREORDERLAYER */ + +#endif // defined(__aarch64__) \ No newline at end of file -- cgit v1.2.1