Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. .L6:
  2. pxor xmm1, xmm1
  3. cvtsi2ssq xmm1, rax ; #1
  4. mulss xmm1, xmm1 ; #2
  5. addss xmm1, xmm2 ; #3
  6. sqrtss xmm1, xmm1 ; #4
  7. cvtss2sd xmm1, xmm1
  8. add rax, 1
  9. cmp rax, 1000000000
  10. addsd xmm0, xmm1
  11. jne .L6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement