mirror of
https://github.com/OpenMathLib/OpenBLAS
synced 2026-05-31 00:45:48 +08:00
Accumulate results in output register explicitly
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user