<?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: How does a program react if SSE2 is not supported by the CP in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-does-a-program-react-if-SSE2-is-not-supported-by-the-CPU/m-p/857563#M67939</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/303743"&gt;rwg&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;I execute a program on an old PC with an AMD Athlon XP 1.1 GHz (Palomino). My program causes an exception (Code 0xc000001d = STATUS_ILLEGAL_INSTRUCTION) on this PC at the statement&lt;BR /&gt;IWERT=NINT(DWERT)&lt;BR /&gt;On dozens of other PCs the program works fine.&lt;BR /&gt;&lt;BR /&gt;The sytem requirements for Intel Fortran says that the hardware has to support SSE2. The AMD Athlon XP 1.1 GHz (Palomino) does not support SSE2. Is this the reason forthis program exception?&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;I've had similar error messages - essentially, if your program uses a processor extension that is not supported on that particular machine then the program will crash. You can complain to thesupplier &amp;amp; see if they wil supply a derated version of the program.&lt;BR /&gt;</description>
    <pubDate>Fri, 18 Dec 2009 09:04:23 GMT</pubDate>
    <dc:creator>bendel_boy1</dc:creator>
    <dc:date>2009-12-18T09:04:23Z</dc:date>
    <item>
      <title>How does a program react if SSE2 is not supported by the CPU</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-does-a-program-react-if-SSE2-is-not-supported-by-the-CPU/m-p/857562#M67938</link>
      <description>I execute a program on an old PC with an AMD Athlon XP 1.1 GHz (Palomino). My program causes an exception (Code 0xc000001d = STATUS_ILLEGAL_INSTRUCTION) on this PC at the statement&lt;BR /&gt;IWERT=NINT(DWERT)&lt;BR /&gt;On dozens of other PCs the program works fine.&lt;BR /&gt;&lt;BR /&gt;The sytem requirements for Intel Fortran says that the hardware has to support SSE2. The AMD Athlon XP 1.1 GHz (Palomino) does not support SSE2. Is this the reason forthis program exception?&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Dec 2009 07:53:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-does-a-program-react-if-SSE2-is-not-supported-by-the-CPU/m-p/857562#M67938</guid>
      <dc:creator>rwg</dc:creator>
      <dc:date>2009-12-18T07:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: How does a program react if SSE2 is not supported by the CP</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-does-a-program-react-if-SSE2-is-not-supported-by-the-CPU/m-p/857563#M67939</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/303743"&gt;rwg&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;I execute a program on an old PC with an AMD Athlon XP 1.1 GHz (Palomino). My program causes an exception (Code 0xc000001d = STATUS_ILLEGAL_INSTRUCTION) on this PC at the statement&lt;BR /&gt;IWERT=NINT(DWERT)&lt;BR /&gt;On dozens of other PCs the program works fine.&lt;BR /&gt;&lt;BR /&gt;The sytem requirements for Intel Fortran says that the hardware has to support SSE2. The AMD Athlon XP 1.1 GHz (Palomino) does not support SSE2. Is this the reason forthis program exception?&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;I've had similar error messages - essentially, if your program uses a processor extension that is not supported on that particular machine then the program will crash. You can complain to thesupplier &amp;amp; see if they wil supply a derated version of the program.&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Dec 2009 09:04:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-does-a-program-react-if-SSE2-is-not-supported-by-the-CPU/m-p/857563#M67939</guid>
      <dc:creator>bendel_boy1</dc:creator>
      <dc:date>2009-12-18T09:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: How does a program react if SSE2 is not supported by the CP</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-does-a-program-react-if-SSE2-is-not-supported-by-the-CPU/m-p/857564#M67940</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;The compiler itself requires that you install and do the build on a system that supports SSE2 instructions. For execution, the default is to also require SSE2, but you can specify /arch:ia32 to generate code that will work on a PC that has an Intel Pentium or compatible processor.&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Dec 2009 15:27:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-does-a-program-react-if-SSE2-is-not-supported-by-the-CPU/m-p/857564#M67940</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2009-12-18T15:27:39Z</dc:date>
    </item>
  </channel>
</rss>

