You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/03/31 08:29:56 UTC

[GitHub] [arrow] brancz opened a new pull request #12764: [GO] Replace CPU discovery package with golang.org/x/sys module

brancz opened a new pull request #12764:
URL: https://github.com/apache/arrow/pull/12764


   The package deleted in this commit is an outdated copy of a package that
   used to be an internal package in the Go standard library, but since
   then it has been moved to the publicly accessible golang.org/x/sys
   module. Since that module is already used, this commit does not even add
   a new dependency.
   
   Other than removing unnecessary code it also makes CPU feature discovery
   more consistent with other projects in the Go ecosystem. For example it
   is no longer necessary to pass an environment variable to enable usage
   of ARM64 NEON SIMD instructions.


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] brancz commented on pull request #12764: [GO] Replace CPU discovery package with golang.org/x/sys module

Posted by GitBox <gi...@apache.org>.
brancz commented on pull request #12764:
URL: https://github.com/apache/arrow/pull/12764#issuecomment-1084263407


   cc @zeroshade @sbinet @emkornfield


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org