Refs #768. Swap the result of zdot x87 fp kernel.

This commit is contained in:
Zhang Xianyi 2016-02-02 09:15:02 +08:00
parent 578f471808
commit 962376664d
1 changed files with 2 additions and 0 deletions

View File

@ -244,9 +244,11 @@
#ifndef CONJ
fsubp %st, %st(3)
faddp %st, %st(1)
fxch %st(1)
#else
faddp %st, %st(3)
fsubp %st, %st(1)
fxch %st(1)
#endif
ret
ALIGN_3