[mips] Resolve issue with .align directive, when using clang IAS

Clang IAS does not support .align without args, concrete value is needed.

Change-Id: I50e20c374b8e88966310c0c9e6cc41eea054eb32
This commit is contained in:
Lazar Trsic 2016-07-13 14:58:34 +02:00 committed by Nikola Veljkovic
parent fc36f6fab6
commit 980b632683
6 changed files with 6 additions and 6 deletions

View file

@ -59,7 +59,7 @@
.endm
.text
.align
.align 4
.global scanline_col32cb16blend_mips
.ent scanline_col32cb16blend_mips

View file

@ -178,7 +178,7 @@ DBG .set pop
#endif
.text
.align
.align 4
.global scanline_t32cb16blend_mips
.ent scanline_t32cb16blend_mips

View file

@ -16,7 +16,7 @@
*/
.text
.align
.align 4
.global scanline_col32cb16blend_arm

View file

@ -17,7 +17,7 @@
.text
.align
.align 4
.global scanline_col32cb16blend_neon

View file

@ -17,7 +17,7 @@
.text
.align
.align 4
.global rotate90CW_4x4_16v6

View file

@ -18,7 +18,7 @@
.text
.syntax unified
.align
.align 4
.global scanline_t32cb16blend_arm