anthonix / ffts

The Fastest Fourier Transform in the South
http://anthonix.com/ffts
Other
536 stars 213 forks source link

error about "--disable-dynamic-code" #50

Open sqjoker opened 8 years ago

sqjoker commented 8 years ago

When I add the command "--disable-dynamic-code", compiler is error. The function "neon_static_o_f" and "neon_static_e_b" is undefined. And I can find the function in code.

alanbithell commented 5 years ago

I have a similar issue when compiling for ARM64, if I include the --disable-dynamic-code flag I get errors like "multiple definition of `ffts_static_transform_i_32f'" all over the place. If I remove the flag the error goes away, but I then get an inexplicable crash in fft_execute...