Results 1 to 2 of 2

Thread: Optimization

  1. #1

    Optimization

    Hello.
    I would like to learn(find out) about optimization of the project under such technologists as See3, 3dnow! (+) and x86-64
    Optimization under 64 bit Central processing units врооде was, but the gain is not present.
    SO when capacity of the central processing Unit will be used in all power?

  2. #2
    Member
    Join Date
    Dec 2002
    Location
    new york
    Posts
    76
    If you have a dual-core processor (Athlon64 x2 or Pentium Core Duo) then you should run 2 copies of the program at the same time to reach 100% CPU usage. 1 copy of the program will only use 50% cpu.

    Next, check your memory (RAM bios) settings for optimization. CAS latency, RAM timings, etc. to set as low (fast) as possible.

    However, SSE3, 3Dnow, etc. optimization must be handled by the software programmers (project leaders). There is not much you can do to enable these optimizations.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •