Merge "[mips] Resolve issue with .align directive, when using clang IAS"
This commit is contained in:
commit
6b82eec610
6 changed files with 6 additions and 6 deletions
|
@ -59,7 +59,7 @@
|
|||
.endm
|
||||
|
||||
.text
|
||||
.align
|
||||
.align 4
|
||||
|
||||
.global scanline_col32cb16blend_mips
|
||||
.ent scanline_col32cb16blend_mips
|
||||
|
|
|
@ -178,7 +178,7 @@ DBG .set pop
|
|||
#endif
|
||||
|
||||
.text
|
||||
.align
|
||||
.align 4
|
||||
|
||||
.global scanline_t32cb16blend_mips
|
||||
.ent scanline_t32cb16blend_mips
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*/
|
||||
|
||||
.text
|
||||
.align
|
||||
.align 4
|
||||
|
||||
.global scanline_col32cb16blend_arm
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
|
||||
.text
|
||||
.align
|
||||
.align 4
|
||||
|
||||
.global scanline_col32cb16blend_neon
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
|
||||
.text
|
||||
.align
|
||||
.align 4
|
||||
|
||||
.global rotate90CW_4x4_16v6
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
.text
|
||||
.syntax unified
|
||||
.align
|
||||
.align 4
|
||||
|
||||
.global scanline_t32cb16blend_arm
|
||||
|
||||
|
|
Loading…
Reference in a new issue