[Bug target/103605] [PowerPC] fmin/fmax should be inlined always with xsmindp/xsmaxdp

pc at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Dec 7 16:21:52 GMT 2021


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103605

--- Comment #1 from pc at gcc dot gnu.org ---
$ cat fmin.c
#include <math.h>
double fm (double d0, double d1) {
  return fmin (d0, d1);
}


More information about the Gcc-bugs mailing list