Skip to content

Commit

Permalink
Merge branch 'marcan-fix-aarch64' into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
sadko4u committed Dec 13, 2023
2 parents a07907d + 839a116 commit 58c3f98
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/private/dsp/arch/aarch64/asimd/msmatrix.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ namespace lsp
__ASM_EMIT("add %[s], %[s], #0x10")
__ASM_EMIT("6:")
// x1 blocks
__ASM_EMIT("adds %[count], %[count], #1")
__ASM_EMIT("adds %[count], %[count], #3")
__ASM_EMIT("b.lt 8f")
__ASM_EMIT("7:")
__ASM_EMIT("ld1r {v0.4s}, [%[l]]") // v0 = l
Expand Down Expand Up @@ -209,7 +209,7 @@ namespace lsp
__ASM_EMIT("add %[s], %[s], #0x10")
__ASM_EMIT("6:")
// x1 blocks
__ASM_EMIT("adds %[count], %[count], #1")
__ASM_EMIT("adds %[count], %[count], #3")
__ASM_EMIT("b.lt 8f")
__ASM_EMIT("7:")
__ASM_EMIT("ld1r {v0.4s}, [%[m]]") // v0 = m
Expand Down Expand Up @@ -292,7 +292,7 @@ namespace lsp
__ASM_EMIT("add %[dst], %[dst], #0x10") \
__ASM_EMIT("6:") \
/* x1 blocks */ \
__ASM_EMIT("adds %[count], %[count], #1") \
__ASM_EMIT("adds %[count], %[count], #3") \
__ASM_EMIT("b.lt 8f") \
__ASM_EMIT("7:") \
__ASM_EMIT("ld1r {v0.4s}, [%[l]]") /* v0 = l */ \
Expand Down Expand Up @@ -386,7 +386,7 @@ namespace lsp
__ASM_EMIT("add %[dst], %[dst], #0x10") \
__ASM_EMIT("6:") \
/* x1 blocks */ \
__ASM_EMIT("adds %[count], %[count], #1") \
__ASM_EMIT("adds %[count], %[count], #3") \
__ASM_EMIT("b.lt 8f") \
__ASM_EMIT("7:") \
__ASM_EMIT("ld1r {v0.4s}, [%[m]]") /* v0 = m */ \
Expand Down

0 comments on commit 58c3f98

Please sign in to comment.