Translations:Narval/17/en: Difference between revisions
Jump to navigation
Jump to search
(Created page with "==Intel compilers== The Intel compilers can very well compile applications for Narval's AMD processors with the less recent AVX2 instruction sets. To do so, use the <tt>-march...") |
No edit summary |
||
Line 1: | Line 1: | ||
==Intel compilers== | ==Intel compilers== | ||
The Intel compilers can | The Intel compilers can compile applications for Narval's AMD processors with AVX2 and earlier instruction sets. Use the <tt>-march=core-avx2</tt> option to produce executables which are compatible with both Intel and AMD processors. |
Revision as of 19:41, 18 October 2021
Intel compilers
The Intel compilers can compile applications for Narval's AMD processors with AVX2 and earlier instruction sets. Use the -march=core-avx2 option to produce executables which are compatible with both Intel and AMD processors.