Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28384 Discussions

Using latest Intel® Compilers to Mitigate Speculative Execution Side-Channel Issues

Devorah_H_Intel
Moderator
279 Views

The Intel Parallel Studio XE 2018 (IPSXE2018) Update 2 has been released together with the Intel compiler 18.0.2. This version of Intel compiler provides the fix for Spectre variant 2. Please refer to this article for more information -  https://software.intel.com/en-us/articles/using-intel-compilers-to-mitigate-speculative-execution-side-channel-issues.

We will keep you posted when any additional fixes will be available.

0 Kudos
1 Reply
jimdempseyatthecove
Honored Contributor III
254 Views

I do not see why Specter and Meltdown exploits are solely the fault of the CPU design. I suspect that these exploits on Intel64 systems could be mitigated by placing the "protected" information within a page, who's page table entry has the Page-level cache disable (PCD) flag set. This then becomes an O/S software related issue that would have minimal overhead impact.

Jim Dempsey

0 Kudos
Reply