Browse Source

Merge pull request #5294 from arnej27959/arnej/fix-arm64-register

Accumulate results in output register explicitly
tags/v0.3.30
Martin Kroeker GitHub 11 months ago
parent
commit
bbdc265798
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kernel/arm64/dot_kernel_asimd.c

+ 1
- 1
kernel/arm64/dot_kernel_asimd.c View File

@@ -134,7 +134,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
" fadd v4.4s, v4.4s, v6.4s \n" \
" fadd v0.4s, v0.4s, v4.4s \n" \
" faddp v0.4s, v0.4s, v0.4s \n" \
" faddp v0.4s, v0.4s, v0.4s \n"
" faddp "OUT", v0.2s \n"

#else /* !defined(DSDOT) */
#define KERNEL_F1 \


Loading…
Cancel
Save