hubert-reinterpretcast wrote:

> Yes, I have tried limiting it to `LibBuiltin` but the addition of 
> `FrexpF16F128` led me to add it `Builtin` too.

I believe that FrexpF16F128 only has the `__builtin_`-prefixed versions. That 
would mean that it does not need to be "constexpr since" (just plain 
"constexpr").

https://github.com/llvm/llvm-project/pull/88978
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to