<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Compiler warnings in mkl_vsl_functions.h in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiler-warnings-in-mkl-vsl-functions-h/m-p/889245#M10288</link>
    <description>&lt;DIV style="margin:0px;"&gt;thanks for the update . we'll try to fix the problem in the future release.&lt;BR /&gt;--gif&lt;/DIV&gt;
&lt;BR /&gt;</description>
    <pubDate>Wed, 04 Mar 2009 08:37:06 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2009-03-04T08:37:06Z</dc:date>
    <item>
      <title>Compiler warnings in mkl_vsl_functions.h</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiler-warnings-in-mkl-vsl-functions-h/m-p/889241#M10284</link>
      <description>mkl_vsl_functions uses a few three macros, &lt;BR /&gt;_Vsl_Api&lt;BR /&gt;_vsl_api and &lt;BR /&gt;_VSL_API.&lt;BR /&gt;&lt;BR /&gt;Those macros ends with " ; " so ; should not be used when using the macro.&lt;BR /&gt;&lt;BR /&gt;From "VSL CONVOLUTION AND CORRELATION FUNCTION DECLARATIONS" and downwards in the header, ; is used and tons of warnings are produced about extra ; since the macro will expand to:&lt;BR /&gt;...stuff... ;;&lt;BR /&gt;&lt;BR /&gt;Would be nice if this could be fixed so no warnings are produced.</description>
      <pubDate>Tue, 03 Mar 2009 14:31:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiler-warnings-in-mkl-vsl-functions-h/m-p/889241#M10284</guid>
      <dc:creator>kanjang</dc:creator>
      <dc:date>2009-03-03T14:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: Compiler warnings in mkl_vsl_functions.h</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiler-warnings-in-mkl-vsl-functions-h/m-p/889242#M10285</link>
      <description>&lt;DIV style="margin:0px;"&gt;Ok, thanks for the tips. Probably make thanks to fix it.&lt;BR /&gt;Gennady.&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Mar 2009 18:52:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiler-warnings-in-mkl-vsl-functions-h/m-p/889242#M10285</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-03-03T18:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Compiler warnings in mkl_vsl_functions.h</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiler-warnings-in-mkl-vsl-functions-h/m-p/889243#M10286</link>
      <description>&lt;DIV style="margin:0px;"&gt;One more question: what compiler type are youusing?&lt;BR /&gt;--gif&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Mar 2009 06:47:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiler-warnings-in-mkl-vsl-functions-h/m-p/889243#M10286</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-03-04T06:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: Compiler warnings in mkl_vsl_functions.h</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiler-warnings-in-mkl-vsl-functions-h/m-p/889244#M10287</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/334681"&gt;Gennady Fedorov (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;One more question: what compiler type are youusing?&lt;BR /&gt;--gif&lt;/DIV&gt;
&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;I use both the gnu compiler suite and the intel compiler to catch as many problems as possible at compile time.&lt;BR /&gt;The warnings about extra ';' comes from g++ where -Wall -pedantic and some other flags are used.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Mar 2009 08:24:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiler-warnings-in-mkl-vsl-functions-h/m-p/889244#M10287</guid>
      <dc:creator>kanjang</dc:creator>
      <dc:date>2009-03-04T08:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: Compiler warnings in mkl_vsl_functions.h</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiler-warnings-in-mkl-vsl-functions-h/m-p/889245#M10288</link>
      <description>&lt;DIV style="margin:0px;"&gt;thanks for the update . we'll try to fix the problem in the future release.&lt;BR /&gt;--gif&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Mar 2009 08:37:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiler-warnings-in-mkl-vsl-functions-h/m-p/889245#M10288</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-03-04T08:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Compiler warnings in mkl_vsl_functions.h</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiler-warnings-in-mkl-vsl-functions-h/m-p/889246#M10289</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/416871"&gt;kanjang&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;BR /&gt;I use both the gnu compiler suite and the intel compiler to catch as many problems as possible at compile time.&lt;BR /&gt;The warnings about extra ';' comes from g++ where -Wall -pedantic and some other flags are used.&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Kanjang, &lt;BR /&gt;The problem you reported was fixed in the version 10.2. This version available for download from intel registration center: "&lt;A href="https://registrationcenter.intel.com/"&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;A href="https://registrationcenter.intel.com/" target="_blank"&gt;https://registrationcenter.intel.com/&lt;/A&gt;" Please let us know if you have further problem with this issue.Regards, Gennady</description>
      <pubDate>Wed, 24 Jun 2009 08:20:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiler-warnings-in-mkl-vsl-functions-h/m-p/889246#M10289</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-06-24T08:20:43Z</dc:date>
    </item>
  </channel>
</rss>

