ddotpv
C DDOTPV SOURCE PV090527 24/04/16 21:15:03 11902
*
* unrolling pour ameliorer la performance
* et ameliorer la precision
*
IMPLICIT INTEGER(I-N)
IMPLICIT REAL*8 (A-H,O-Z)
if (lon.eq.0) then
return
endif
do i=0,lon-8,8
enddo
if (i.le.lon-4) then
i=i+4
endif
if (i.le.lon-2) then
i=i+2
endif
if (i.le.lon-1) then
endif
return
end
					© Cast3M 2003 - Tous droits réservés.
					Mentions légales