Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. SSE/SSE2 optimization with VC 8.0

SSE/SSE2 optimization with VC 8.0

Scheduled Pinned Locked Moved C / C++ / MFC
c++algorithmsperformancehelptutorial
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    pgrohs
    wrote on last edited by
    #1

    Last weekend I discovered the new features of VC 2005. One of them is very interesting for me: the new compiler flag /arch:[SSE|SSE2]. Currently I have to be able to deactivate the parts of my code I have optimized with SSE/SSE2. So I use precompiler statements to switch between SSE/SSE2 and ordinary C++. This means that I have to write a lot of code twice. The new compiler flag would reduce the time I spend to optimize my code considerably. Unfortunately the documentation of the discussed compiler flag is not very large and it does not say how to find out which parts of the code were optimized by the compiler or even how to write C++ code to help the compiler with optimizing. I did not found much on the web about this topic so I would be happy if you could send me your experiences with this new compiler flags or a link to an expressive description on the web. Thank you in advance. Philipp Grohs -- modified at 13:25 Monday 16th January, 2006

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups