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.
在我花时间和金钱下载 Xcode 4 之前,谁能告诉我它是否带有支持 Sandy Bridge CPU(即gcc -mavx主流 gcc 构建)上的 AVX 指令集的 gcc 版本(或任何其他编译器,例如 LLVM)?我在任何地方都没有看到任何公开的发布说明,因此不容易检查,而且我还不需要 Xcode 4,除非它支持 AVX。
gcc -mavx
我最终破解并下载了 Xcode 4 - 看起来 clang 是目前唯一可能支持 AVX 的编译器,尽管我没有正确测试它:
$ clang -dM -E -mavx - < /dev/null | grep -i avx #define __AVX__ 1