OSDN Git Service

arm: fft_vfp: Unify the behaviour in ff_fft_calc_vfp between arm/thumb
authorMartin Storsjö <martin@martin.st>
Sun, 16 Nov 2014 10:46:51 +0000 (12:46 +0200)
committerMartin Storsjö <martin@martin.st>
Mon, 8 Dec 2014 10:29:53 +0000 (12:29 +0200)
commitb280c6202b28b371a8d96850194fd69d7ad5dcc0
tree3795e1285954f8a618310cb37c6cd67e8d1dbaea
parentae81576414f2d2083d3118fb4abe1ebc5a7a4c54
arm: fft_vfp: Unify the behaviour in ff_fft_calc_vfp between arm/thumb

Don't include the function pointer table in the code segment
in arm mode.

This shouldn't have any significant performance effect. It does
end up as a few more instructions than before, for ARM, but
only at the entry to this function, not within the fft functions
themselves.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavcodec/arm/fft_vfp.S