Ich bin mal so frei und poste meine Worte aus dem Crymod-Forum

Hey guys,

as for the multicore support. The game engine has several heavy processing threads running at any time, with the principal threads being the main thread (AI, game logic, renderer), Physics, Particle system and audio thread, with others such as the streaming, input and network threads using less processor time. As such the game does make use of multi-core processors, including quad core.

Most benchmarks shown so far have been performed under GPU limited situations where the increased performance of the CPU is not seen. The benefits will still be there under very heavy conditions, such as fire fights in the more processor intensive levels.

cheers,
-alex