liukun4515 opened a new issue #1010: URL: https://github.com/apache/arrow-rs/issues/1010
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** From this [datafusion issue](https://github.com/apache/arrow-datafusion/issues/122), we will add the decimal data type in the datafusion. But some basic operations like `+,-` we implemented do not support SIMD. In order to speed up the calculation, we need to add the SIMD feature for the decimal data type. I have not figured out how to implement it. **Describe the solution you'd like** TODO **Describe alternatives you've considered** TODO **Additional context** TODO -- 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]
