You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The list of available target features says that sse4.1 implicitly enables sse3 (but not ssse3). However, looking at LLVM source code, it looks like that SSE4.1 also includes SSSE3.
Yea, looks like a mistake. Ugh, I remember spending a lot of time pouring through LLVM code to try to make sure those were correct. 😦 Would you be willing to submit a PR to fix it?
The list of available target features says that
sse4.1
implicitly enablessse3
(but notssse3
). However, looking at LLVM source code, it looks like that SSE4.1 also includes SSSE3.https://github.com/llvm/llvm-project/blob/544a6aa2674e3875e4014eafb101a982f9296439/llvm/lib/Target/X86/X86.td#L66-L82
The text was updated successfully, but these errors were encountered: