This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: rshift impementation into gfortran


mike.howell@mchsi.com wrote:
I have a code I am trying to compile with gfortran. The only error I have is with the rshift function. When will it be implemented into gfortran? Can I get the soucrce for this function and compile it and link with the code I am trying to compile?

Why not use ishft ?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]