Hello.
In our Android project (armv7, arm64, ndk20, llvm, clang) when compiled with -Ofast NE10 FFT (r2c, c2r) does not work correctly any more. No output at fftsizes >= 4096. Lower sizes work.
With -O3 everything works, but this results in a huge speed decrease in most parts of the app.
Is there any workaround or any suggestions?
Hello. In our Android project (armv7, arm64, ndk20, llvm, clang) when compiled with -Ofast NE10 FFT (r2c, c2r) does not work correctly any more. No output at fftsizes >= 4096. Lower sizes work. With -O3 everything works, but this results in a huge speed decrease in most parts of the app. Is there any workaround or any suggestions?