mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-28 11:27:30 +08:00
ARM: hide a .size directive on non-ELF targets
Originally committed as revision 24094 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -364,7 +364,7 @@ fft_tab_neon:
|
|||||||
.word fft16384_neon
|
.word fft16384_neon
|
||||||
.word fft32768_neon
|
.word fft32768_neon
|
||||||
.word fft65536_neon
|
.word fft65536_neon
|
||||||
.size fft_tab_neon, . - fft_tab_neon
|
ELF .size fft_tab_neon, . - fft_tab_neon
|
||||||
|
|
||||||
.align 4
|
.align 4
|
||||||
pmmp: .float +1.0, -1.0, -1.0, +1.0
|
pmmp: .float +1.0, -1.0, -1.0, +1.0
|
||||||
|
Reference in New Issue
Block a user