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
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Can Visual C++ .Net genarate SSE code

Can Visual C++ .Net genarate SSE code

Scheduled Pinned Locked Moved C / C++ / MFC
c++csharpquestion
4 Posts 2 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.
  • H Offline
    H Offline
    HasanMalaysia
    wrote on last edited by
    #1

    Hi Can Visual C++ .Net compiler genarate and make use of the SSE instructions of Intel processors (like Pentium 3 and Pentium 4)? Let me say it in another way: Can the compiler make use of the parallel-processing capability of the SSE extension on optimizing the genarated code of my program? Or I should myself use SSE instructios explicitly to make use of SSE capability? Thank you and Sorry if I did not make it clear.

    N 2 Replies Last reply
    0
    • H HasanMalaysia

      Hi Can Visual C++ .Net compiler genarate and make use of the SSE instructions of Intel processors (like Pentium 3 and Pentium 4)? Let me say it in another way: Can the compiler make use of the parallel-processing capability of the SSE extension on optimizing the genarated code of my program? Or I should myself use SSE instructios explicitly to make use of SSE capability? Thank you and Sorry if I did not make it clear.

      N Offline
      N Offline
      narendra_ b
      wrote on last edited by
      #2

      i think based on compilation flags like /arch:SSE, /arch:SSE2, compiler will generate the optimised code naren VC++ programmer

      1 Reply Last reply
      0
      • H HasanMalaysia

        Hi Can Visual C++ .Net compiler genarate and make use of the SSE instructions of Intel processors (like Pentium 3 and Pentium 4)? Let me say it in another way: Can the compiler make use of the parallel-processing capability of the SSE extension on optimizing the genarated code of my program? Or I should myself use SSE instructios explicitly to make use of SSE capability? Thank you and Sorry if I did not make it clear.

        N Offline
        N Offline
        narendra_ b
        wrote on last edited by
        #3

        try this link http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclang/html/vcrefstreamingsimdextensions.asp naren VC++ programmer

        H 1 Reply Last reply
        0
        • N narendra_ b

          try this link http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclang/html/vcrefstreamingsimdextensions.asp naren VC++ programmer

          H Offline
          H Offline
          HasanMalaysia
          wrote on last edited by
          #4

          Thanks naren. I already checked the link provided by you and found no clear statement that .Net produce Parallel SSE code. Yes, the compiler can genarate and use SSE instructions but I ask whether it can use the parallel capability of the SSE extension which I have no evidence it's could be done by the compiler!!! thanks again naren

          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