Accumulate results in output register explicitly

This commit is contained in:
Arne Juul
2025-06-08 19:50:15 +00:00
parent 02267d86f5
commit 5442aff218

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 \