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

Commit 6b82eec6 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents 3ba829c7 980b6326
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@
       .endm

       .text
       .align
       .align 4

       .global scanline_col32cb16blend_mips
       .ent    scanline_col32cb16blend_mips
+1 −1
Original line number Diff line number Diff line
@@ -178,7 +178,7 @@ DBG .set pop
#endif

    .text
    .align
    .align 4

    .global scanline_t32cb16blend_mips
    .ent    scanline_t32cb16blend_mips
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
 */

    .text
    .align
    .align 4

    .global scanline_col32cb16blend_arm

+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@


    .text
    .align
    .align 4

    .global scanline_col32cb16blend_neon

+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@


    .text
    .align
    .align 4
    
    .global rotate90CW_4x4_16v6

Loading