OSDN Git Service

swr/aarch64: add missing ret to ff_resample_common_apply_filter_x8_float_neon
authorMatthieu Bouron <matthieu.bouron@gmail.com>
Thu, 16 Feb 2017 10:50:58 +0000 (11:50 +0100)
committerMatthieu Bouron <matthieu.bouron@gmail.com>
Thu, 16 Feb 2017 10:52:32 +0000 (11:52 +0100)
libswresample/aarch64/resample.S

index b3b1bb9..bbad619 100644 (file)
@@ -46,6 +46,7 @@ function ff_resample_common_apply_filter_x8_float_neon, export=1
     faddp               v0.4S, v0.4S, v0.4S                            // pair adding of the 4x32-bit accumulated values
     faddp               v0.4S, v0.4S, v0.4S                            // pair adding of the 4x32-bit accumulated values
     st1                 {v0.S}[0], [x0], #4                            // write accumulator
+    ret
 endfunc
 
 function ff_resample_common_apply_filter_x4_s16_neon, export=1