Skip to content

Commit 0d6cc7f

Browse files
committed
Fixed compilation for clang
1 parent a248d9c commit 0d6cc7f

File tree

1 file changed

+4
-4
lines changed
  • include/private/dsp/arch/aarch64/asimd/graphics

1 file changed

+4
-4
lines changed

include/private/dsp/arch/aarch64/asimd/graphics/colors.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -709,10 +709,10 @@ namespace lsp
709709
: [dst] "+r" (dst), [src] "+r" (src), [count] "+r" (count)
710710
: [XC] "r" (&RGBA_TO_BGRA32[0])
711711
: "cc", "memory",
712-
"q0", "q1", "q2", "q3",
713-
"q4", "q5", "q6", "q7",
714-
"q8", "q9", "q10", "q11",
715-
"q12", "q13", "q14", "q15"
712+
"v0", "v1", "v2", "v3",
713+
"v4", "v5", "v6", "v7",
714+
"v8", "v9", "v10", "v11",
715+
"v12", "v13", "v14", "v15"
716716
);
717717
}
718718

0 commit comments

Comments
 (0)