On Fri, Feb 21, 2025 at 04:31:28PM +0100, Morten Brørup wrote:
> Thank you for this updated MSVC variant of the macro, and its detailed
> description.
>
> Acked-by: Morten Brørup
Sure. Thank you for pushing for this better solution.
Thank you for this updated MSVC variant of the macro, and its detailed
description.
Acked-by: Morten Brørup
There's no MSVC equivalent for compiler extension __builtin_constant_p,
but the same result can be obtained through a clever expression using
_Generic.
This patch redefines the macro __rte_constant when msvc is used and uses
it as a replacement for __builtin_constant_p.
Signed-off-by: Andre Mueze
3 matches
Mail list logo