Quote:
Originally Posted by Pierre-Marie Baty
this is just @$3.1415riningly nonunderstandable, Whistler... where did you get that from ? o_O
|
well, why not understandable ? plain asm, nothing more, or did I miss something ...
whistler, for asm stuff on gcc you can check __asm__ :-) I had this problem too, with my high precision timer
Quote:
Originally Posted by KickBot
BTW cos and sin operates on *double*, cosf and sinf operates on *float* I use this only since I assume they are faster than their double brothers.
|
on current cpu's this shouldnt make much a difference as long as you don't do millions of float operations and hit the mem transfer limit. internally they use 80bit flpts, anyway, I think