cyb70289 commented on code in PR #37785:
URL: https://github.com/apache/arrow/pull/37785#discussion_r1335476636


##########
go/parquet/internal/bmi/bmi_arm64.go:
##########
@@ -14,44 +14,51 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+//go:build !noasm
 // +build !noasm
 
 package bmi
 
 import (
+       "fmt"
        "os"
        "strings"
-)
-import (
-       "golang.org/x/sys/cpu"

Review Comment:
   `cpu.ARM64.HasASIMD` is false on some arm64 platform?
   It does work correctly on my test machine (ubunt22.05, aarch64, golang1.21).



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to