Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@yazon
Copy link
Owner

@yazon yazon commented Aug 17, 2025

Implement missing ARM64 NEON FFT leaf functions (neon64_ee, neon64_oe, neon64_eo, neon64_oo) to correct N=32 FFT results.

The previous ARM64 port mixed 2-lane and 4-lane NEON operations, leading to uninitialized upper vector lanes being stored as garbage. This PR implements these functions using a strict 2-lane pipeline, mirroring the ARM32 behavior and ensuring all stored data is valid.


Open in Cursor Open in Web

@cursor
Copy link

cursor bot commented Aug 17, 2025

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

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.

3 participants