SIMD instructions on PC.

What are the instruction sets that we could use for development on PC? While the console support SSE 4.2 and AVX I wouldn’t expect Epic to take a pull request with code that would only run on Sandy Bridge based processors or later. BTW I refer to the instruction sets that I could use without branching execution based on what the user’s processor supports.

Thanks.

Looking at the VS configuration, it seems that they are not specifying an enhanced instruction set, which means it defaults to SSE2 support, at least in any custom code you write (I think)