Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 202 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 202 Bytes

3.75

A.

  1. the first argument imag number: %xmm1, real number: %xmm0.
  2. ...
  3. the n argument imag number: %xmm(2n+1), and real number: %xmm(2n).

B. return %xmm0 as real part, %xmm1 as img part.