On Thu, Jun 05, 2025 at 04:57:24PM +0200, Morten Brørup wrote: > +TO: David and Thomas, were part of the discussion > +CC: Stephen > > > From: Andre Muezerie [mailto:andre...@linux.microsoft.com] > > Sent: Thursday, 5 June 2025 16.47 > > > > __builtin_add_overflow is gcc specific. A macro needs to be defined > > for code using this to be compiled with MSVC. > > Since only one driver is using this, this patch adds the macro to > > that driver only. It can be moved to some common place if/when > > needed. > > This seems to be consensus over adding it to rte_math.h, so: > Acked-by: Morten Brørup <m...@smartsharesystems.com> > Applied to dpdk-next-net-intel.
Thanks, /Bruce