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.
我有一个 Intel Core i7-3770,我发现它包含 AVX,如何将 CFLAGS 指定为 gcc-4.6 或 gcc-4.7 以使用 Intel-AVX?是否有一些示例代码或手册?谢谢。
您应该使用switch或使用with flag equal或-mavx选择适当的 CPU 。-march=flagcorei7-avxcore-avx-icore-avx2
-mavx
-march=flag
corei7-avx
core-avx-i
core-avx2
除非您添加一些其他开关,否则编译器仍可能不会生成矢量化代码。