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.5.2 与“Apple LLVM Compiler 4.1”(Clang)一起使用。
我试图编译一个严重依赖于启用了 AVX 的 SSE 内在函数的代码(没有 _mm256* 函数和没有 __m256 变量)并且得到的代码比仅启用 SSE 4.2 时得到的代码要慢。
对此有什么合理的解释吗?
目前 LLVM 已经打开了与 AVX 性能相关的错误,例如这个。
可以在此处找到完整的 avx 相关错误列表。