[Bug libquadmath/78214] nanq() does not return a quiet NaN

2021-12-16 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78214 Francois-Xavier Coudert changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Target Milestone|--

[Bug libquadmath/78214] nanq() does not return a quiet NaN

2016-11-04 Thread levim at php dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78214 --- Comment #1 from Levi Morrison --- Perhaps a less error-prone way to set that same bit is: UINT64_C(0x1) << 47 Not sure what would be preferred.