Re: [PATCH] builtins: Add __builtin_nextafterf16b builtin

2022-10-24 Thread Jeff Law via Gcc-patches
On 10/21/22 01:23, Jakub Jelinek wrote: Hi! On top of the pending https://gcc.gnu.org/pipermail/gcc-patches/2022-October/603665.html patch, the following patch adds another needed builtin. The above patch adds among other things __builtin_nextafterf16 builtin which we need in order to constexp

[PATCH] builtins: Add __builtin_nextafterf16b builtin

2022-10-21 Thread Jakub Jelinek via Gcc-patches
Hi! On top of the pending https://gcc.gnu.org/pipermail/gcc-patches/2022-October/603665.html patch, the following patch adds another needed builtin. The above patch adds among other things __builtin_nextafterf16 builtin which we need in order to constexpr evaluate std::nextafter(_Float16) overload