Re: [PATCH 0/2] provide toolchain abstracted __builtin_constant_p

2024-07-04 Thread Patrick Robb
On Wed, Jul 3, 2024 at 12:14 PM Thomas Monjalon wrote: > > > We had some doubts with CI. > It should be solved on the top of the main branch, let's see. > > Applied, thanks. > https://patchwork.dpdk.org/project/dpdk/patch/1710970416-27841-3-git-send-email-roret...@linux.microsoft.com/ Looks like

Re: [PATCH 0/2] provide toolchain abstracted __builtin_constant_p

2024-07-03 Thread Thomas Monjalon
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: u

Re: [PATCH 0/2] provide toolchain abstracted __builtin_constant_p

2024-07-03 Thread David Marchand
On Wed, Mar 20, 2024 at 10:33 PM Tyler Retzlaff wrote: > > 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 i

Re: [PATCH 0/2] provide toolchain abstracted __builtin_constant_p

2024-06-27 Thread Thomas Monjalon
Recheck-request: iol-compile-amd64-testing, iol-unit-amd64-testing, iol-intel-Functional, iol-compile-arm64-testing, iol-unit-arm64-testing, github-robot

[PATCH 0/2] provide toolchain abstracted __builtin_constant_p

2024-03-20 Thread 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 l