We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've used Ne10/modules/dsp/NE10_fft_float32.neon.asm.s on 32-bit OS armv7.
Ne10/modules/dsp/NE10_fft_float32.neon.asm.s
armv7
I have now switched to 64-bit aarch64 armv8, and the code does not compile any more.
aarch64 armv8
../../../externals/Ne10/modules/dsp/NE10_fft_float32.neon.asm.s: Assembler messages: ../../../externals/Ne10/modules/dsp/NE10_fft_float32.neon.asm.s:33: Error: unknown pseudo-op: `.syntax' ../../../externals/Ne10/modules/dsp/NE10_fft_float32.neon.asm.s:36: Warning: unknown register 'r0' -- .req ignored ../../../externals/Ne10/modules/dsp/NE10_fft_float32.neon.asm.s:37: Warning: unknown register 'r1' -- .req ignored ../../../externals/Ne10/modules/dsp/NE10_fft_float32.neon.asm.s:38: Warning: unknown register 'r2' -- .req ignored etc.
Is 64-bit NEON supported for FFT module?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've used
Ne10/modules/dsp/NE10_fft_float32.neon.asm.s
on 32-bit OSarmv7
.I have now switched to 64-bit
aarch64 armv8
, and the code does not compile any more.Is 64-bit NEON supported for FFT module?
The text was updated successfully, but these errors were encountered: