Intel® Fortran Compiler

Developer Guide and Reference

ID 767251
Date 12/12/2025
Public
Document Table of Contents

New Features

The Intel® Fortran Compiler (ifx) is now fully compliant with Fortran 2018.

New Features

  • The Fortran 2023 half revolution trigonometric functions, ACOSPI, ASINPI, ATANPI, ATAN2PI, COSPI, SINPI, and TANPI.

  • The COTANPI intrinsic function.

  • The RANK clause in type declaration statements specifies the dimension attribute for pointer, allocatable, or assumed-shape objects.
  • The IEEE_GET_ROUNDING_MODE, IEEE_GET_UNDERFLOW_MODE, IEEE_SET_ROUNDING_MODE, and IEEE_SET_UNDERFLOW_MODE subroutines in the IEEE_ARITHMETIC intrinsic module are now PURE.
  • The IEEE_GET_MODES, IEEE_GET_STATUS, IEEE_SET_MODES, and IEEE_SET_STATUS subroutines from the IEEE_EXCEPTIONS intrinsic module are now PURE.
  • The FOR_GET_FPE andFOR_SET_FPE functions in the module IFCORE are now PURE.

New OpenMP* Features

  • The NEED_DEVICE_ADDR adjust-op modifier may appear in an ADJUST_ARGS clause of a DECLARE VARIANT.
  • The OpenMP NOWAIT clause now accepts an optional logical expression.