Hi,
I have a fortran77 script in which they made some bit manipulation. The intel compilator doens't accept some commands. I could adapt almost everything to fortran90 but one command: "intand"
The code line is:
iscr=intand(intrshft(isval,6*(nchs-iii)),63)
where "isval","nchs" and "iii" are integers. "iscr" is also supposed to be an integer. The command "intrshft" is recently used as "ishft" and it is used to shift bits to the right. The command "intand" is not used in the intel fortran compilator and should be related to some sort of bit manipulation.
I would appreciate any information about the functions of the commands "intand" and "ishft" and the current version of the command "intand"
Thank you very much,
I have a fortran77 script in which they made some bit manipulation. The intel compilator doens't accept some commands. I could adapt almost everything to fortran90 but one command: "intand"
The code line is:
iscr=intand(intrshft(isval,6*(nchs-iii)),63)
where "isval","nchs" and "iii" are integers. "iscr" is also supposed to be an integer. The command "intrshft" is recently used as "ishft" and it is used to shift bits to the right. The command "intand" is not used in the intel fortran compilator and should be related to some sort of bit manipulation.
I would appreciate any information about the functions of the commands "intand" and "ishft" and the current version of the command "intand"
Thank you very much,