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.