mayankag-qti opened a new pull request, #66: URL: https://github.com/apache/xerces-c/pull/66
Xerces-C has had an SSE2-accelerated fast path inside `CMStateSet`. On Windows-on-ARM64 and AArch64 Linux that path silently fell back to the scalar loop because the SSE2 macros were never defined. This PR adds a parallel ARM NEON code path so those targets get the same SIMD speedup the x86/x64 builds already enjoy. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
