https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95644
Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|unassigned at gcc dot gnu.org |fxcoudert at gcc dot
gnu.org
CC| |fxcoudert at gcc dot gnu.org
--- Comment #14 from Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> ---
Taking this, I have a tentative patch which:
- declares the interface in libgfortran/ieee/ieee_arithmetic.f90
- generates direct calls to GCC's FMA built-in in
gcc/fortran/trans-intrinsic.c
This is how we handle many other IEEE intrinsics that don't need to depend on
library support, like IEEE_RINT, IEEE_COPY_SIGN, and others.