Guest User

Untitled

a guest
Dec 17th, 2017
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. #include <math.h>
  4. #include "Ttiming.h"
  5. #include "TPGM.h"
  6.  
  7. double __declspec (naked) __fastcall sqrt14(double n)
  8. {
  9. _asm fld qword ptr [esp+4]
  10. _asm fsqrt
  11. _asm ret 8
  12. }
Advertisement
Add Comment
Please, Sign In to add comment