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.
我想编写一个 SVE/SVE2 代码(汇编和/或 C 内在)代码。哪个版本的 GNU 支持 SVE / SVE2?如果支持的话,我也对自动矢量化感兴趣。
GCC 8.x 及更高版本支持 SVE 组装/反汇编/自动矢量化。GCC 10.x 支持 SVE C 内在函数(也称为 ACLE)。
GCC10.x 及更高版本支持 SVE2 汇编/反汇编/自动矢量化/C-intrinsics。
有关详细信息,请访问https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/sve-support
LLVM 工具链 SVE 支持消息和 GNU 工具链消息。