Browse Source

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

tags/v0.2.16.rc1
Zhang Xianyi 9 years ago
parent
commit
962376664d
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      kernel/x86_64/zdot.S

+ 2
- 0
kernel/x86_64/zdot.S 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


Loading…
Cancel
Save