Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29285 Discussions

Standards-conforming version of ISHA?

rorban
Beginner
473 Views

Can anyone tell me if there is an exact standardized version of the Intel extension ISHA (arithmetic bit shift)? I tried ISHFT, but it doesn't do quite the same thing. (I am using it on INTEGER(4) types.) Thanks in advance.

0 Kudos
1 Reply
Steven_L_Intel1
Employee
473 Views

SHFTA does an arithmetic shift to the right. It doesn't do left shifts (SHFTL can do that.)

0 Kudos
Reply