Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ed2abf42 authored by Glenn Kasten's avatar Glenn Kasten Committed by Gerrit Code Review
Browse files

Merge "Use standard arm assembly syntax."

parents e41b7810 3f7149c1
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -86,9 +86,6 @@ LOCAL_SRC_FILES += \

endif

# ARMV5E/Filt_6k_7k_opt.s does not compile with Clang.
LOCAL_CLANG_ASFLAGS_arm += -no-integrated-as

LOCAL_MODULE := libstagefright_amrwbenc

LOCAL_ARM_MODE := arm
+1 −1
Original line number Diff line number Diff line
@@ -99,6 +99,6 @@ LOOP:
           LDMFD   	r13!, {r4 - r12, r15}

	   @ENDP
	   .END
	   .end

+1 −1
Original line number Diff line number Diff line
@@ -75,6 +75,6 @@ Dot_product12_end:

          LDMFD   	    r13!, {r4 - r12, r15}
          @ENDFUNC
          .END
          .end

+1 −1
Original line number Diff line number Diff line
@@ -183,6 +183,6 @@ Filt_6k_7k_end:
Lable1:
          .word   		fir_6k_7k-Lable1
          @ENDFUNC
          .END
          .end

+1 −1
Original line number Diff line number Diff line
@@ -226,6 +226,6 @@ Norm_corr_asm_end:
        ADD            r13, r13, #voSTACK
        LDMFD          r13!, {r4 - r12, r15}

        .END
        .end

Loading