Intel Icelake Support Lands In GCC 8

Written by Michael Larabel in GNU on 3 February 2018 at 11:29 AM EST. 1 Comment
GNU
Back in November I wrote about a GCC patch for the Intel Icelake CPU target and now that code has finally been merged for the GNU Compiler Collection ahead of the upcoming GCC 8.1 release.

The -march=icelake switch is what's now supported by GCC if desiring an optimized build catering towards this Intel CPU successor to Cannonlake. The Icelake target implies MOVBE, MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, POPCNT, PKU, AVX, AVX2, AES, PCLMUL, FSGSBASE, RDRND, FMA, BMI, BMI2, F16C, RDSEED, ADCX, PREFETCHW, CLFLUSHOPT, XSAVEC, XSAVES, AVX512F, AVX512VL, AVX512BW, AVX512DQ, AVX512CD, AVX512VBMI, AVX512IFMA, SHA, CLWB, UMIP, RDPID, GFNI, VX512VBMI2, AVX512VPOPCNTDQ, AVX512BITALG, AVX512VNNI, VPCLMULQDQ, and VAES instruction set extensions.


Icelake continues with the AVX-512 extensions but also adds GFNI support as well as Vector Neural Network Instructions (VNNI).

Icelake CPUs are expected to appear likely in 2019. Besides getting the compiler toolchain changes in place, Intel open-source developers have also already been posting open-source patches for bringing up the "Gen 11" graphics of Icelake, among other Linux kernel enablement work.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week