Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29273 Discussions

more intrinsics accepted in ivf than cvf?

dave_frank
Beginner
471 Views
ex. real(8),parameter :: pi = 4*atan(1.d0)
is not accepted by cvf, is it accepted by ivf?
(I think its part of F2003 standard)
0 Kudos
1 Reply
Steven_L_Intel1
Employee
471 Views
There is no Fortran 2003 standard yet.
Intel Visual Fortran 8.0 does not extend the set of intrinsics allowed in initialization expressions beyond what CVF allows. But I expect that we will, over time, match what Fortran 2003 has in this area.
0 Kudos
Reply