Boost C++ Libraries: Ticket #10132: libs/log/build/Jamfile.v2 contains incorrect options for intel compiler https://svn.boost.org/trac10/ticket/10132 <p> libs/log/build/Jamfile.v2 contains incorrect options "/QxAVX2" and “-mavx2” for Intel Windows and Linux compilers. Correct Intel compiler options are /QxCORE-AVX2 (Windows OS) and -xCORE-AVX2 (Linux OS and Mac OS X). </p> <p> # cat libs/log/build/Jamfile.v2 </p> <blockquote> <p> 254 else if &lt;toolset&gt;intel in $(properties) 255 { 256 if &lt;toolset-intel:platform&gt;win in $(properties) 257 { 258 result = &lt;cxxflags&gt;"/QxAVX2" ; 259 } 260 else 261 { 262 result = &lt;cxxflags&gt;"-march=core-avx2 -mavx -mavx2 -fabi-version=0" ; 263 } 264 } 265 else if &lt;toolset&gt;msvc in $(properties) 266 { 267 result = &lt;cxxflags&gt;"/arch:AVX" ; 268 } 269 } </p> </blockquote> <p> icl.exe /nologo -Fo"bin.v2/libs/log/config/x86-ext/intel-win/debug/pch-off/avx2.obj" -TP /Z7 /Od /Ob0 /W3 /GR /MDd /Zc:forScope /Zc:wchar_t /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup -D_SECURE_SCL=0 -Qoption,cpp,--arg_dep_lookup -Qpchi- /wd4675 /EHs /QxAVX2 -c -DBOOST_ALL_NO_LIB=1 "-I." -Qvc10 "libs/log/config/x86-ext/avx2.cpp" icl: command line error: Unrecognized keyword 'AVX2' for option '/Qx' </p> <p> On Linux: icpc -c -xc++ -O0 -g -w1 -inline-level=0 -pthread -fPIC -march=core-avx2 -mavx -mavx2 -fabi-version=0 -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_DYN_LINK=1 -DBOOST_DATE_TIME_DYN_LINK=1 -DBOOST_FILESYSTEM_DYN_LINK=1 -DBOOST_LOG_BUILDING_THE_LIB=1 -DBOOST_LOG_DLL -DBOOST_LOG_USE_NATIVE_SYSLOG -DBOOST_LOG_WITHOUT_EVENT_LOG -DBOOST_SPIRIT_USE_PHOENIX_V3=1 -DBOOST_SYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_THREAD_BUILD_DLL=1 -DBOOST_THREAD_DONT_USE_CHRONO=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_DLL=1 -DDATE_TIME_INLINE -I../../.. -c -o ../../../bin.v2/libs/log/build/intel-linux/debug/address-model-64/log-api-unix/threading-multi/dump_avx2.o ../../../libs/log/src/dump_avx2.cpp icpc: command line warning <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/10120" title="#10120: Bugs: [1.55] invalid /boost/predef/architecture/sparc.h (closed: fixed)">#10120</a>: overriding '-march=core-avx2' with '-mavx' icpc: command line warning <a class="new ticket" href="https://svn.boost.org/trac10/ticket/10353" title="#10353: Bugs: Interprocess: rbtree_best_fit ABI change from 1.53 to 1.55 (new)">#10353</a>: option '-mavx2' ignored, suggest using '-march=core-avx2' </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/10132 Trac 1.4.3 Andrey Semashev Wed, 18 Jun 2014 11:04:57 GMT <link>https://svn.boost.org/trac10/ticket/10132#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/10132#comment:1</guid> <description> <p> What version of Intel Compiler are you using? </p> </description> <category>Ticket</category> </item> <item> <author>Elmira Semenova <elmira.a.semenova@…></author> <pubDate>Wed, 18 Jun 2014 11:16:29 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/10132#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/10132#comment:2</guid> <description> <p> It is true for Intel Compiler Versions 12.1, 13.1, 14.0, 15.0 </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Andrey Semashev</dc:creator> <pubDate>Sat, 21 Jun 2014 18:13:55 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/10132#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/10132#comment:3</guid> <description> <p> I've made some changes in <a class="ext-link" href="https://github.com/boostorg/log/commit/da1f448fd527ac26d8bc1dde90252fbd9ff730ec"><span class="icon">​</span>https://github.com/boostorg/log/commit/da1f448fd527ac26d8bc1dde90252fbd9ff730ec</a>. Please, verify if it fixes the problem for you. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Andrey Semashev</dc:creator> <pubDate>Mon, 23 Jun 2014 21:25:54 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/10132#comment:4 https://svn.boost.org/trac10/ticket/10132#comment:4 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> Ticket