On Tue, 11 Feb 2025 14:02:05 -0800 Andre Muezerie <[email protected]> wrote:
> There's no MSVC equivalent for compiler extension __builtin_constant_p, > so a workaround is needed. > > Signed-off-by: Andre Muezerie <[email protected]> Prefer that __rte_constant worked on all platforms, but template code is hard to maintain.

