Refs #768. Swap the result of zdot x87 fp kernel.
This commit is contained in:
parent
578f471808
commit
962376664d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue