Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <stdio.h>
- #include <stdlib.h>
- #include <math.h>
- #include "Ttiming.h"
- #include "TPGM.h"
- double __declspec (naked) __fastcall sqrt14(double n)
- {
- _asm fld qword ptr [esp+4]
- _asm fsqrt
- _asm ret 8
- }
Advertisement
Add Comment
Please, Sign In to add comment