Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix function signature mismatches for WebAssembly #13

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

swnf
Copy link

@swnf swnf commented Nov 3, 2024

This PR fixes the mismatch between the function signatures in fft4g* and rdft_t.h. On most platforms this is not an issue, but some platforms like WebAssembly don't support calls with mismatching function signatures.

dofuuz and others added 11 commits July 15, 2021 20:21
- It does not always boost speed
- In system that 'unsigned long' is 32-bit(i.e. Windows, 32-bit Linux)
- https://sourceforge.net/p/soxr/discussion/general/thread/5d68180432/
- Still it makes same output for same input
(https://bitbucket.org/jpommier/pffft)
- fix: add define for 32bit x86 iOS simulator
- Add missing include for altivec
- fix ppc/ppc64 detection for GCC, fix vector initialization
- Fix run-time NEON SIMD check
- Add NEON detection w/o libavutil
- Remove libavutil dependency with ARM
@swnf swnf force-pushed the fix-function-signature-mismatches branch from 983ea3d to 7cc42a4 Compare December 18, 2024 18:10
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.

2 participants