[PATCH 0/2] provide toolchain abstracted __builtin_constant_p
Thomas Monjalon
thomas at monjalon.net
Wed Jul 3 18:13:59 CEST 2024
20/03/2024 22:33, Tyler Retzlaff:
> Decouple direct dependency on GCC built-in __builtin_constant_p provide
> a new macro __rte_constant(e) that expands to the built-in for GCC and
> to false for MSVC.
>
> Tyler Retzlaff (2):
> eal: provide macro for GCC builtin constant intrinsic
> mempool: use rte constant macro instead of GCC builtin
We had some doubts with CI.
It should be solved on the top of the main branch, let's see.
Applied, thanks.
More information about the dev
mailing list