Browse Source

Accumulate results in output register explicitly

tags/v0.3.30
Arne Juul 7 months ago
parent
commit
5442aff218
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