Skip to content

Add ARM NEON SIMD path for Win-ARM64 / AArch64#66

Open
mayankag-qti wants to merge 1 commit into
apache:masterfrom
mayankag-qti:win_arm64
Open

Add ARM NEON SIMD path for Win-ARM64 / AArch64#66
mayankag-qti wants to merge 1 commit into
apache:masterfrom
mayankag-qti:win_arm64

Conversation

@mayankag-qti

Copy link
Copy Markdown

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant