Replace .align with .balign to avoid ambiguity
Directive .align is arch-dependent, .balign is not. Change-Id: Ibf2097da29f743f2c87c79d2a88ce1abd0aa6227
This commit is contained in:
parent
1b9b27351a
commit
1109f115bd
|
@ -26,7 +26,7 @@
|
|||
* SUCH DAMAGE.
|
||||
*/
|
||||
.text
|
||||
.align 0
|
||||
.balign 0
|
||||
|
||||
.global scanline_col32cb16blend_arm64
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* SUCH DAMAGE.
|
||||
*/
|
||||
.text
|
||||
.align 0
|
||||
.balign 0
|
||||
|
||||
.global scanline_t32cb16blend_arm64
|
||||
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
.endm
|
||||
|
||||
.text
|
||||
.align 4
|
||||
.balign 4
|
||||
|
||||
.global scanline_col32cb16blend_mips
|
||||
.ent scanline_col32cb16blend_mips
|
||||
|
|
|
@ -178,7 +178,7 @@ DBG .set pop
|
|||
#endif
|
||||
|
||||
.text
|
||||
.align 4
|
||||
.balign 4
|
||||
|
||||
.global scanline_t32cb16blend_mips
|
||||
.ent scanline_t32cb16blend_mips
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
.endm
|
||||
|
||||
.text
|
||||
.align
|
||||
.balign 4
|
||||
|
||||
.global scanline_col32cb16blend_mips64
|
||||
.ent scanline_col32cb16blend_mips64
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
.endm
|
||||
|
||||
.text
|
||||
.align
|
||||
.balign 4
|
||||
|
||||
.global scanline_t32cb16blend_mips64
|
||||
.ent scanline_t32cb16blend_mips64
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*/
|
||||
|
||||
.text
|
||||
.align 4
|
||||
.balign 4
|
||||
|
||||
.global scanline_col32cb16blend_arm
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
|
||||
.text
|
||||
.align 4
|
||||
.balign 4
|
||||
|
||||
.global scanline_col32cb16blend_neon
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
|
||||
.text
|
||||
.align 4
|
||||
.balign 4
|
||||
|
||||
.global rotate90CW_4x4_16v6
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
.text
|
||||
.syntax unified
|
||||
.align 4
|
||||
.balign 4
|
||||
|
||||
.global scanline_t32cb16blend_arm
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
*/
|
||||
|
||||
.text
|
||||
.align 0
|
||||
.balign 0
|
||||
|
||||
.global asm_test_jacket
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
# */
|
||||
|
||||
.text
|
||||
.align 8
|
||||
.balign 8
|
||||
|
||||
.global asm_mips_test_jacket
|
||||
|
||||
|
|
Loading…
Reference in New Issue