Yuqi Gu
Yuqi Gu
permute 2x128, 8x32 for 256bit/512bit. The PR is the simple wrap of `permute ` used by Arrow.
Hi @JohanMabille @serge-sans-paille , Thank you for your time. In Arrow, I would like to cast xsimd::batch to xsimd::batch for operating some shared data buffer: ``` using simd_batch_8 = xsimd::batch;...
## What changes were proposed in this pull request? Bigtop is a project for the development of packaging and tests of the Apache Hadoop ecosystem. It officially support the Arm64...
## What changes were proposed in this pull request? `SSE4.2` is always enabled in Project oap-project/libhdfs3 [Options.cmake](https://github.com/oap-project/libhdfs3/blob/master/CMake/Options.cmake#L3). When building Gluten-Velox with enabling HDFS(`--enable_hdfs=ON`) on Arm64 Ubuntu, build issues occurred: ```...
1. Added Add Arm64 CPU detect (Neoverse N1/N2/V1) and adjusted the appropriate compiling flag. 2. Fixed Illegal `instruction (core dumped)` In the earlier Arm platform: ``` #0 0x0000aaaac0d97254 in boost::detail::atomic_count::operator++...