Contributing
Paul Brook
paul@codesourcery.com
Sat Jan 22 17:06:00 GMT 2005
On Saturday 22 January 2005 16:54, Steve Kargl wrote:
> Gunnar write a short Fortran 77 program that tortures the
> intrinsic that you want to implement. Compile it with g77.
> See what the output should be, and then start writing the
> intrinsic. As Paul noted, NOT is already implemented.
> You may want to look at AND, OR, and XOR. I've attached
> a program that exercises AND, OR, and XOR. Note
> that these are the bitwise operation. Also, check g77.info
> for the correct usage.
Also be aware that that we already implement the iand, ior and ieor
intrinsics, which are very similar to those listed above.
Paul
More information about the Fortran
mailing list