How do I enable SSE4.1 and SSE3 in MSVC

Ye Yang 1 Reputation point
2020-04-21T16:18:50.643+00:00

There is a page talking about enabling some simd, such as SSE2, AVX, AVX2
https://learn.microsoft.com/en-us/cpp/build/reference/arch-x86?redirectedfrom=MSDN&view=vs-2019

However, it does not mention how to enable other simd optimizations, e.g., SSE4.1, SSE4.2, SSE3
Is it possible to add a table/list for all the supported simd flags?

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
37,795 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Leon Laude 85,726 Reputation points
    2020-04-21T16:22:31.607+00:00

    Hi,

    Q&A currently supports the products listed in right-hand pane (more to be added later on).

    You can reach the experts in the dedicated forum over here:
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=vcgeneral

    (please don't forget to mark helpful replies as answer)

    Best regards,
    Leon

    0 comments No comments

  2. Anonymous
    2020-04-21T16:23:06.29+00:00

    The quickest and most direct resolution is to use the Feedback links at page bottom to make these suggestions.

    https://learn.microsoft.com/en-us/cpp/build/reference/arch-x86?redirectedfrom=MSDN&view=vs-2019&view=vs-2019

    0 comments No comments