jhorstmann commented on issue #10036: URL: https://github.com/apache/arrow-rs/issues/10036#issuecomment-4573915878
I think this code path was optimized for auto-vectorization recently in #9746. At least on x86 it can use gather instructions, given the right target features. The bounds checks are preventing even more optimized code, how do you plan to handle these checks in the SVE version? -- 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]
