 |
forums.silverfrost.com Welcome to the Silverfrost forums
|
View previous topic :: View next topic |
Author |
Message |
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8216 Location: Salford, UK
|
Posted: Sat Jun 13, 2020 2:47 pm Post subject: |
|
|
Dietmar
I have added MOVE$ to clearwin64.dll for the next release of this DLL.
Routines like RS are more tricky because
a) the names are very simple and could easily overlap other usage and
b) the arguments can have various types.
For these routines there are standard Fortran alternatives. |
|
Back to top |
|
 |
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8216 Location: Salford, UK
|
Posted: Sat Jun 13, 2020 6:10 pm Post subject: |
|
|
Code: | i = 8
print*, rs(i,2), ishft(i,-2)
print*, ls(i,2), ishft(i,2)
|
|
|
Back to top |
|
 |
DietmarSiepmann
Joined: 03 Jun 2013 Posts: 279
|
Posted: Wed Jul 01, 2020 2:47 pm Post subject: |
|
|
Thanks, Paul.
Your suggestion concerning RS and LS is exactly the way I have implemented when using clearwin64.dll of ftn95 version 7.10 for my INTEL64 build.
For clearwin64.dll of ftn95 version 8.62.1 I thought it would be a good idea to use as as many routines from the dll as possible for my INTEL64 build (rather than using my INTEL64 implementation of the routines).
Regards
Dietmar |
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|