Tremulous Forum
General => Feedback => Topic started by: Odin on November 27, 2006, 03:43:37 am
-
Please add them to the next version of Tremulous(it'll improve game performance).
-
Have a read of this lot for current x86_64 hacking and optimisation:
http://www.amd.com/us-en/Processors/DevelopWithAMD/0,,30_2252_875_7044,00.html
I'm sure Q3 could make use of more silicon in modern processors....
...But hacking the assembly code with a view to optimising a game engine isn't the easiest task in the world. It might even be easier to port trem to a Q3-based engine that already has such optimisations. The Evolution Q3 people make some noise about it's speed using 3DNow!, SSE, etc.
On a similar note: Is the Q3 engine actually CPU bound on modern machines?
-
I'm sure Q3 could make use of more silicon in modern processors....
...But hacking the assembly code with a view to optimising a game engine isn't the easiest task in the world.
Why would one need to hack ASM, isn't the engine GPL? Just tweak your compiler .)
-
I'm sure Q3 could make use of more silicon in modern processors....
...But hacking the assembly code with a view to optimising a game engine isn't the easiest task in the world.
Why would one need to hack ASM, isn't the engine GPL? Just tweak your compiler .)
because compilers aren't always that smart.