Re: Intel Fortran Compiler

From: Steve Lionel (Steve.Lionel_at_intel.com)
Date: 03/17/04


Date: Wed, 17 Mar 2004 15:42:54 -0500

On Wed, 17 Mar 2004 20:06:47 +0000 (UTC), Dr Chaos
<mbkennelSPAMBEGONE@NOSPAMyahoo.com> wrote:

>Does this mean if I compile with -xW, and run on an Athlon 64, the
>code will work and successfully use SSE2 instructions (implemented in
>Athlon 64)?

-xW does not do the CPUID check, so the instructions are executed. Whether
they are successfully executed depends on how faithful the implementation is.
Note that -xW may not be supported in future versions of the compiler.

Steve Lionel
Software Products Division
Intel Corporation
Nashua, NH

User communities for Intel Software Development Products
  http://softwareforums.intel.com/
Intel Fortran Support
  http://developer.intel.com/software/products/support/



Relevant Pages

  • Re: [Q] FORMAT
    ... Steve Lionel ... Software Products Division ... User communities for Intel Software Development Products ... Intel Fortran Support ...
    (comp.lang.fortran)
  • Re: variable length strings
    ... >How does one get the actual length of fname? ... Software Products Division ... User communities for Intel Software Development Products ... Intel Fortran Support ...
    (comp.lang.fortran)
  • Re: Intel Fortran for Windows, student edition costs $29.
    ... Software Products Division ... User communities for Intel Software Development Products ... Intel Fortran Support ...
    (comp.lang.fortran)
  • Re: ifort and CVF
    ... >not do some benchmarking of your code? ... Software Products Division ... User communities for Intel Software Development Products ... Intel Fortran Support ...
    (comp.lang.fortran)
  • Re: Specifying type of literal integer constants
    ... >should also compile with the PGI compilers. ... parameter constants for specific kinds, so you could have, say: ... Software Products Division ... User communities for Intel Software Development Products ...
    (comp.lang.fortran)

Loading