bkmgit commented on a change in pull request #11882: URL: https://github.com/apache/arrow/pull/11882#discussion_r785343038
########## File path: go/arrow/memory/_lib/arch.h ########## @@ -22,8 +22,6 @@ #define FULL_NAME(x) x##_sse4 #elif __SSE3__ == 1 #define FULL_NAME(x) x##_sse3 -#elif defined(__ARM_NEON) || defined(__ARM_NEON__) - #define FULL_NAME(x) x##_neon #else Review comment: Fixed poor rebase -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org