| >>currently using Microsoft's Fortran Powerstation, which he says "is optimized
>>for Intel, and supports 80-bit internal floating point". He would like to
>>know if the same is true for our Visual Fortran product?
Digital Visual Fortran is the same as Fortran Powerstation on these 2 items:
o DVF is optimized for Intel hardware
o DVF "supports" 80-bit internal floating point to the same extent that
Fortran Powerstation does. DVF runs the Intel hardware by default in
64-bit mode just like FPS does. So add, sub, mul, div, and sqrt all
return 64-bit results to the registers. But sin, cos, etc return
80-bits - on both DVF and FPS. Neither DVF nor FPS has an explicit
REAL type that lets the user store all 80 bits. There is an NT call
{available from both DVF and FPS} so the user can set the hardware
to run in 80-bit result mode... the user gets what he gets.
>>(If there is a new conference for Visual Fortran, please advise - I searched
>>through this conference, but didn't see a mention of a new conference).
This conference is meant to handle all Fortran questions, f90 and f77, on all
supported platforms, so this is the place for DVF questions too.
/Stan
|