guyuqi commented on PR #14101: URL: https://github.com/apache/arrow/pull/14101#issuecomment-1248889778
>> _if you could describe the process you went through for implementing the ARM assembly versions of the SIMD stuff since >>c2goasm doesn't fully support ARM yet_ Yes, [c2goasm](https://github.com/minio/c2goasm) doesn't fully support ARM yet. We could leverage [asm2plan9s](https://github.com/minio/asm2plan9s) to genrate the Go assembly from Gcc assemble. First, we could generate the Gcc assembly (gcc -S ) from source `*.c`. Then manually format it following the [example](https://github.com/minio/asm2plan9s/blob/master/example.s). At last, generate BYTE sequences for Go assembly by asm2plan9s. -- 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]
