View Single Post
Re: l33t h4x0r's way to do trig
Old
  (#5)
@$3.1415rin
Council Member, Author of JoeBOT
 
@$3.1415rin's Avatar
 
Status: Offline
Posts: 1,381
Join Date: Nov 2003
Location: Germany
Default Re: l33t h4x0r's way to do trig - 26-04-2004

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



Last edited by @$3.1415rin; 26-04-2004 at 16:18..
  
Reply With Quote