On Fri, Mar 14, 2025 at 07:33:39AM -0700, Andre Muezerie wrote: > __builtin_add_overflow is gcc specific. It should be replaced with > a portable version that can also be used with other compilers. > > Signed-off-by: Andre Muezerie <andre...@linux.microsoft.com> > --- Acked-by: Bruce Richardson <bruce.richard...@intel.com>
- [PATCH v5 0/3] add portable version of __builtin_add_over... Andre Muezerie
- [PATCH v5 1/3] eal: add portable version of __builti... Andre Muezerie
- [PATCH v5 2/3] net/intel: use portable version of __... Andre Muezerie
- Re: [PATCH v5 2/3] net/intel: use portable versi... Bruce Richardson
- [PATCH v5 3/3] app/test: add tests for portable vers... Andre Muezerie