This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug target/81800] [8 regression] on aarch64 ilp32 lrint should not be inlined as two instructions


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

--- Comment #1 from nsz at gcc dot gnu.org ---
b.c:

long f(double x)
{
  return __builtin_lrint(x);
}

and an example value where the exceptions are wrong is 0x1p32 + 0.5

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