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
|
#ifndef CONJ
|
||||||
fsubp %st, %st(3)
|
fsubp %st, %st(3)
|
||||||
faddp %st, %st(1)
|
faddp %st, %st(1)
|
||||||
|
fxch %st(1)
|
||||||
#else
|
#else
|
||||||
faddp %st, %st(3)
|
faddp %st, %st(3)
|
||||||
fsubp %st, %st(1)
|
fsubp %st, %st(1)
|
||||||
|
fxch %st(1)
|
||||||
#endif
|
#endif
|
||||||
ret
|
ret
|
||||||
ALIGN_3
|
ALIGN_3
|
||||||
|
|
Loading…
Reference in New Issue