除了英特尔的编译器工程师将大量代码引入GCC和其他开源编译器组件之外
AVX10
,在周末,代码开始进入高级性能扩展(APX)功能的GCC 14 Git代码库。
英特尔
宣布的APX
早在7月份,它就提供了更多的寄存器和其他改进,以在不显著改变CPU功率或硅面积的情况下提高性能。从那时起,他们的编译器工程师就开始参与上游GCC和LLVM社区
启用APX支持的路径
。
首字母
APX_F支持
已添加到GCC中,同时添加
16个新的通用寄存器
以及与初始APX EGPR启用相关的许多其他补丁。进入GNU编译器集合代码库的APX代码流可以通过
此Gitweb搜索
。
与此相关的是,今天合并也是对
-mevex512
选项
This initial work on APX and AVX10 is in GCC Git for what will be released in stable form as the GCC 14.1 compiler in the early months of next year. It will be interesting to see how much more of the APX and AVX10 enablement gets squared away in time for the GCC 14 stable branching.