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

This commit is contained in:
Treehugger Robot 2016-07-13 18:32:11 +00:00 committed by Gerrit Code Review
commit 6b82eec610
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