]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/arm/dsputil_vfp.S
remove impossible condition from msrle_decode_pal4()
[ffmpeg] / libavcodec / arm / dsputil_vfp.S
index 50cfd984a28bbb7d62294d2b765b74df5eb6d406..b704ba9144707dd8099ed0c25dcd9da748047ba7 100644 (file)
@@ -21,7 +21,7 @@
 #include "config.h"
 #include "asm.S"
 
-        .fpu neon       @ required for gas to accept UAL syntax
+        .syntax unified
 /*
  * VFP is a floating point coprocessor used in some ARM cores. VFP11 has 1 cycle
  * throughput for almost all the instructions (except for double precision
@@ -78,7 +78,7 @@ function ff_vector_fmul_vfp, export=1
         fmxr            fpscr, r12
         vpop            {d8-d15}
         bx              lr
-        .endfunc
+endfunc
 
 /**
  * ARM VFP optimized implementation of 'vector_fmul_reverse_c' function.
@@ -131,7 +131,7 @@ function ff_vector_fmul_reverse_vfp, export=1
 
         vpop            {d8-d15}
         bx              lr
-        .endfunc
+endfunc
 
 #if HAVE_ARMV6
 /**
@@ -185,5 +185,5 @@ function ff_float_to_int16_vfp, export=1
 
         vpop            {d8-d11}
         pop             {r4-r8,pc}
-        .endfunc
+endfunc
 #endif