Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
除非我传入,否则我的 C++ 不会编译-mssse3(这不是 sse3,它的 ssse3)。我注意到根据我传入的标志生成不同的代码。
-mssse3
有没有办法让 clang 或 gcc 找出我的 CPU 支持的内容并将它们列出给我?