SSE3?

  • Rdogg112
    26th Aug 2010 Member 0 Permalink
    Could The Devs Include a Precompiled SSE3 Version please?
  • Felix
    26th Aug 2010 Member 0 Permalink
    For what reason? You can always compile it your self. But it gives practically no speed increase.
  • Amal_isa
    26th Aug 2010 Member 0 Permalink
    Add please. Or teach it to do.
  • Rdogg112
    26th Aug 2010 Member 0 Permalink
    on Visual Studio how do i compile for SSE3?
    how do i change the default
  • Felix
    26th Aug 2010 Member 0 Permalink
    I don't think Visual Studio can use SSE3.
  • triclops200
    26th Aug 2010 Former Staff 0 Permalink
    Rdogg112
    No, visual studio can't do SSE3 or 4
  • Wilq
    26th Aug 2010 Banned 0 Permalink
    This post is hidden because the user is banned
  • Simon
    26th Aug 2010 Administrator 0 Permalink
    While the Microsoft C Compiler supports SSE3/4 instructions, it does not do any optimisations of its own, making an SSE3 Windows version useless.
  • ssc4k
    26th Aug 2010 Member 0 Permalink
    If you use minGW to build on windows you could go all the way to SSE4.2 but I doubt you'd see much of a performance boost anyways.