<?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 Jim Dempsey wrote: then the in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/MIN-vs-IOR/m-p/948220#M91567</link>
    <description>&lt;P&gt;&lt;EM&gt;Jim Dempsey&lt;/EM&gt;&amp;nbsp;wrote:&amp;nbsp;then the programmer won't have to re-read through the library functions to find a function name that is not quite self-eexplanatory&lt;/P&gt;
&lt;P&gt;Thirded, After Jims post I looked in the instrinsics begining with I to see if there was a function but IPARITY escaped my gaze....&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 12 Jul 2013 15:44:35 GMT</pubDate>
    <dc:creator>andrew_4619</dc:creator>
    <dc:date>2013-07-12T15:44:35Z</dc:date>
    <item>
      <title>MIN vs IOR</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/MIN-vs-IOR/m-p/948205#M91552</link>
      <description>&lt;P&gt;While MIN can take several arguments MIN(A,B,C), why not permit the elemental intrinsic bit manipulation functions take more than two variables: IOR(I,J,K), same with the other bit manipulation functions.&lt;/P&gt;
&lt;P&gt;(I expect "it's not done")&lt;/P&gt;
&lt;P&gt;Jim Dempsey&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2013 14:20:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/MIN-vs-IOR/m-p/948205#M91552</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2013-07-11T14:20:08Z</dc:date>
    </item>
    <item>
      <title>I would suspect a matter of</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/MIN-vs-IOR/m-p/948206#M91553</link>
      <description>&lt;P&gt;I would suspect a matter of precedence would be confusing.&lt;/P&gt;
&lt;P&gt;(i.e., which pair gets done first)&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2013 15:06:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/MIN-vs-IOR/m-p/948206#M91553</guid>
      <dc:creator>lklawrie</dc:creator>
      <dc:date>2013-07-11T15:06:17Z</dc:date>
    </item>
    <item>
      <title>I wanted that featrure as</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/MIN-vs-IOR/m-p/948207#M91554</link>
      <description>&lt;P&gt;I wanted that featrure as well, with bit parameters for sdk calls you often need to ior several parameters and end up with a messy nesting of IOR.&lt;/P&gt;
&lt;P&gt;@Linda - the order does not matter for ior.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2013 15:15:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/MIN-vs-IOR/m-p/948207#M91554</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2013-07-11T15:15:07Z</dc:date>
    </item>
    <item>
      <title>Use IANY for this - it</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/MIN-vs-IOR/m-p/948208#M91555</link>
      <description>&lt;P&gt;Use IANY for this - it accepts an array for which you can use an array constructor.&amp;nbsp; IALL is an AND operation&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2013 15:19:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/MIN-vs-IOR/m-p/948208#M91555</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2013-07-11T15:19:32Z</dc:date>
    </item>
    <item>
      <title>Thanks for that Steve I just</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/MIN-vs-IOR/m-p/948209#M91556</link>
      <description>&lt;P&gt;Thanks for that Steve I just looked at the help example, the key is constructing this array in the call e.g.&lt;/P&gt;
&lt;P&gt;IANY ([I, J, K.L])&lt;/P&gt;
&lt;P&gt;is much nicer than IOR(I,IOR(J,IOR(K.L)))&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2013 15:34:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/MIN-vs-IOR/m-p/948209#M91556</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2013-07-11T15:34:23Z</dc:date>
    </item>
    <item>
      <title>Thanks Steve,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/MIN-vs-IOR/m-p/948210#M91557</link>
      <description>&lt;P&gt;Thanks Steve,&lt;/P&gt;
&lt;P&gt;IANY is equivilent to IOR of all args&lt;BR /&gt;IALL is equivilent to IAND of all args&lt;/P&gt;
&lt;P&gt;This leaves out IXOR&lt;/P&gt;
&lt;P&gt;Jim Dempsey&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2013 16:01:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/MIN-vs-IOR/m-p/948210#M91557</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2013-07-11T16:01:35Z</dc:date>
    </item>
    <item>
      <title>True, but how many times do</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/MIN-vs-IOR/m-p/948211#M91558</link>
      <description>&lt;P&gt;True, but how many times do you need to do that? If it's a lot, you can write your own.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2013 17:03:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/MIN-vs-IOR/m-p/948211#M91558</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2013-07-11T17:03:00Z</dc:date>
    </item>
    <item>
      <title>Steve,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/MIN-vs-IOR/m-p/948212#M91559</link>
      <description>&lt;P&gt;Steve,&lt;/P&gt;
&lt;P&gt;Assuming I do wish to write my own, say a generic function (not necessarily IXOR), has there been any discussion with the FORTRAN standards comittee to provide a means of variable number of arguments? I do not mean a defined number of optional arguments, nor do I mean an array of values, rather something similar to the C/C++ elipsis (...) that can be used in place of a list of arguments (zero or more). This permits me to have the equivilent to an array of (unnamed) references. While IXOR could be satisified with an array of values, other functions/subroutines may require the references such that these references may get modified but the function/subroutine.&lt;/P&gt;
&lt;P&gt;Jim Dempsey&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2013 17:33:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/MIN-vs-IOR/m-p/948212#M91559</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2013-07-11T17:33:52Z</dc:date>
    </item>
    <item>
      <title>I am unaware of any recent</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/MIN-vs-IOR/m-p/948213#M91560</link>
      <description>&lt;P&gt;I am unaware of any recent standard proposals to provide the ability to write routines with a variable nunber of arguments such as MIN and MAX have, and none have been discussed at any of the meetings I have attended over the years.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2013 17:52:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/MIN-vs-IOR/m-p/948213#M91560</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2013-07-11T17:52:47Z</dc:date>
    </item>
    <item>
      <title>Quote:jimdempseyatthecove</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/MIN-vs-IOR/m-p/948214#M91561</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;jimdempseyatthecove wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks Steve,&lt;/P&gt;
&lt;P&gt;IANY is equivilent to IOR of all args&lt;BR /&gt;IALL is equivilent to IAND of all args&lt;/P&gt;
&lt;P&gt;This leaves out IXOR&lt;/P&gt;
&lt;P&gt;Jim Dempsey&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;IPARITY&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2013 01:39:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/MIN-vs-IOR/m-p/948214#M91561</guid>
      <dc:creator>JVanB</dc:creator>
      <dc:date>2013-07-12T01:39:03Z</dc:date>
    </item>
    <item>
      <title>Here's how I've been doing</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/MIN-vs-IOR/m-p/948215#M91562</link>
      <description>&lt;P&gt;Here's how I've been doing this, not elegant but it sure works:&lt;/P&gt;
&lt;P&gt;[fortran]&lt;/P&gt;
&lt;P&gt;INTEGER FUNCTION MOR (f1, f2, f3, f4, f5, f6, f7, f8)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;IMPLICIT NONE&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;INTEGER,INTENT(IN)&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;:: f1, f2&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;INTEGER,INTENT(IN),OPTIONAL&amp;nbsp;&amp;nbsp; &amp;nbsp;:: f3, f4, f5, f6, f7, f8&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;!&amp;nbsp;&amp;nbsp; &amp;nbsp;MultiOR of multiple arguments, as supplied&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;MOR = IOR(f1, f2)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;IF (.NOT.PRESENT(f3)) RETURN&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;MOR = IOR(MOR,f3)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;IF (.NOT.PRESENT(f4)) RETURN&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;MOR = IOR(MOR,f4)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;IF (.NOT.PRESENT(f5)) RETURN&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;MOR = IOR(MOR,f5)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;IF (.NOT.PRESENT(f6)) RETURN&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;MOR = IOR(MOR,f6)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;IF (.NOT.PRESENT(f7)) RETURN&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;MOR = IOR(MOR,f7)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;IF (.NOT.PRESENT(f8)) RETURN&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;MOR = IOR(MOR,f8)&lt;BR /&gt;END FUNCTION MOR&lt;BR /&gt;[/fortran]&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2013 02:33:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/MIN-vs-IOR/m-p/948215#M91562</guid>
      <dc:creator>Paul_Curtis</dc:creator>
      <dc:date>2013-07-12T02:33:44Z</dc:date>
    </item>
    <item>
      <title>Thank you Repeat Offender  ,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/MIN-vs-IOR/m-p/948216#M91563</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;A href="http://software.intel.com/en-us/user/197269"&gt;Repeat Offender&lt;/A&gt;&amp;nbsp; , IPARITY is duly noted , I wrote my own function for this but an instrinsic is &amp;nbsp;a much neater way&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2013 07:30:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/MIN-vs-IOR/m-p/948216#M91563</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2013-07-12T07:30:45Z</dc:date>
    </item>
    <item>
      <title>IPARITY for IXOR great. Now</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/MIN-vs-IOR/m-p/948217#M91564</link>
      <description>&lt;P&gt;IPARITY for IXOR great. Now if the standards committee can only agree to aliasing IALL, IANY and IPARITY to IAND, IOR, IXOR then the programmer won't have to re-read through the library functions to find a function name that is not quite self explanitory.&lt;/P&gt;
&lt;P&gt;Paul,&lt;/P&gt;
&lt;P&gt;Your function MOR would be fine for cases where the caller supplies known arguments. In situations where the caller receives unknown (not known to be present) arguments, then any of the arguments (not just the tail end arguments) might not be present. Consider:&lt;/P&gt;
&lt;P&gt;[fortran]&lt;BR /&gt;INTEGER FUNCTION MOR (f1, f2, f3, f4, f5, f6, f7, f8)&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IMPLICIT NONE &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; INTEGER,INTENT(IN),OPTIONAL&amp;nbsp;&amp;nbsp;&amp;nbsp; :: f1, f2, f3, f4, f5, f6, f7, f8&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; !&amp;nbsp;&amp;nbsp;&amp;nbsp; MultiOR of multiple arguments, as supplied&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MOR = 0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(PRESENT(f1)) MOR = IOR(MOR, f1)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(PRESENT(f2)) MOR = IOR(MOR, f2)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(PRESENT(f3)) MOR = IOR(MOR, f3)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(PRESENT(f4)) MOR = IOR(MOR, f4)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(PRESENT(f5)) MOR = IOR(MOR, f5)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(PRESENT(f6)) MOR = IOR(MOR, f6)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(PRESENT(f7)) MOR = IOR(MOR, f7)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(PRESENT(f8)) MOR = IOR(MOR, f8)&lt;BR /&gt;END FUNCTION MOR &lt;BR /&gt;[/fortran]&lt;/P&gt;
&lt;P&gt;Jim Dempsey&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2013 12:43:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/MIN-vs-IOR/m-p/948217#M91564</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2013-07-12T12:43:37Z</dc:date>
    </item>
    <item>
      <title>Quote:Jim Dempsey wrote: then</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/MIN-vs-IOR/m-p/948218#M91565</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Jim Dempsey wrote:&lt;BR /&gt;&amp;nbsp;then the programmer won't have to re-read through the library functions to find a function name that is not quite self-explanatory&lt;/BLOCKQUOTE&gt;Seconded. It is easy to look up what a function with a given name does. Doing the reverse look up, i.e., finding a function with a set of desired capabilities, can be quite hard and time-consuming.&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2013 12:50:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/MIN-vs-IOR/m-p/948218#M91565</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2013-07-12T12:50:00Z</dc:date>
    </item>
    <item>
      <title>Had completely forgotten</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/MIN-vs-IOR/m-p/948219#M91566</link>
      <description>&lt;P&gt;Had completely forgotten about IPARITY! Odd name for this function, though.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2013 12:58:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/MIN-vs-IOR/m-p/948219#M91566</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2013-07-12T12:58:58Z</dc:date>
    </item>
    <item>
      <title>Jim Dempsey wrote: then the</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/MIN-vs-IOR/m-p/948220#M91567</link>
      <description>&lt;P&gt;&lt;EM&gt;Jim Dempsey&lt;/EM&gt;&amp;nbsp;wrote:&amp;nbsp;then the programmer won't have to re-read through the library functions to find a function name that is not quite self-eexplanatory&lt;/P&gt;
&lt;P&gt;Thirded, After Jims post I looked in the instrinsics begining with I to see if there was a function but IPARITY escaped my gaze....&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2013 15:44:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/MIN-vs-IOR/m-p/948220#M91567</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2013-07-12T15:44:35Z</dc:date>
    </item>
    <item>
      <title>Steve,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/MIN-vs-IOR/m-p/948221#M91568</link>
      <description>&lt;P&gt;Steve,&lt;/P&gt;
&lt;P&gt;Could you possibly ask the IVF document writers to include in the See Also sections of IAND, IOR, and IXOR hyperlinks to IALL, IANY and IPARITY respectively. I think this would be very helpful for any programmer that knows what they want but doesn't know the flavor of the cookie that the cookie monster wants. In reading the responses here, as an example the preceeding response from app4619, having this hyperlink in IXOR See Also section would have eliminated a tiersome search through the documentation (as well as help you un-forget your completely forgotten about IPARITY).&lt;/P&gt;
&lt;P&gt;Jim Dempsey&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2013 16:21:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/MIN-vs-IOR/m-p/948221#M91568</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2013-07-12T16:21:40Z</dc:date>
    </item>
    <item>
      <title>I will make that suggestion.</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/MIN-vs-IOR/m-p/948222#M91569</link>
      <description>&lt;P&gt;I will make that suggestion.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2013 17:04:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/MIN-vs-IOR/m-p/948222#M91569</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2013-07-12T17:04:59Z</dc:date>
    </item>
    <item>
      <title>Quote:Steve Lionel (Intel)</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/MIN-vs-IOR/m-p/948223#M91570</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Steve Lionel (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Had completely forgotten about IPARITY! Odd name for this function, though.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;ANY, ALL, PARITY&lt;/P&gt;
&lt;P&gt;IANY, IALL, IPARITY&lt;/P&gt;
&lt;P&gt;What's so odd about that, except that PARITY is .TRUE. if parity is odd? Jim Dempsey's spelling of IEOR as IXOR seems to me a little dangerous, however: ifort doesn't actually have an IXOR intrinsic, does it? And doesn't the precedence of operator(.XOR.) change depending on the status of the /standard-semantics switch, making it more risky to use than operator(.NEQV.)?&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2013 17:06:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/MIN-vs-IOR/m-p/948223#M91570</guid>
      <dc:creator>JVanB</dc:creator>
      <dc:date>2013-07-12T17:06:36Z</dc:date>
    </item>
    <item>
      <title>RO, I am used to the concept</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/MIN-vs-IOR/m-p/948224#M91571</link>
      <description>&lt;P&gt;RO, I am used to the concept of parity having variants odd and even - IPARITY satisfies only one of those.&lt;/P&gt;
&lt;P&gt;ifort does accept IXOR (and XOR) as a non-standard spelling of IEOR.&lt;/P&gt;
&lt;P&gt;As for .XOR., if you say /standard-semantics, .XOR. is not defined as an intrinsic at all, so there is no precedence issue.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2013 17:18:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/MIN-vs-IOR/m-p/948224#M91571</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2013-07-12T17:18:54Z</dc:date>
    </item>
  </channel>
</rss>

