User forums > Using Code::Blocks

CB compiler & performance question

<< < (3/3)

thomas:

--- Quote from: Fred on March 29, 2008, 09:55:35 am ---InvSqrt(); taken from Quake3 SDK for high performance mathematical test purpose.
--- End quote ---
You should be aware, however, that it is nothing like high performance on reasonably modern CPUs. You will fare much better if you stay away from such stuff. Despite what some people may tell you, it's truly an anti-optimization (plus, many such hacks are insafe -- this one is not, incidentially, but most are).

Navigation

[0] Message Index

[*] Previous page

Go to full version