Re: [PATCH 0/5] add portable version of __builtin_add_overflow

2025-01-02 Thread Andre Muezerie
On Thu, Jan 02, 2025 at 04:15:31PM -0800, Andre Muezerie wrote: > On Thu, Jan 02, 2025 at 03:51:55PM -0800, Stephen Hemminger wrote: > > On Thu, 2 Jan 2025 14:32:43 -0800 > > Andre Muezerie wrote: > > > > > __builtin_add_overflow is gcc specific. There's a need for a portable > > > version that

Re: [PATCH 0/5] add portable version of __builtin_add_overflow

2025-01-02 Thread Andre Muezerie
On Thu, Jan 02, 2025 at 03:51:55PM -0800, Stephen Hemminger wrote: > On Thu, 2 Jan 2025 14:32:43 -0800 > Andre Muezerie wrote: > > > __builtin_add_overflow is gcc specific. There's a need for a portable > > version that can also be used with other compilers. > > > > Andre Muezerie (5): > > ma

Re: [PATCH 0/5] add portable version of __builtin_add_overflow

2025-01-02 Thread Stephen Hemminger
On Thu, 2 Jan 2025 14:32:43 -0800 Andre Muezerie wrote: > __builtin_add_overflow is gcc specific. There's a need for a portable > version that can also be used with other compilers. > > Andre Muezerie (5): > maintainers: add portable version of __builtin_add_overflow > lib/eal: add portable

[PATCH 0/5] add portable version of __builtin_add_overflow

2025-01-02 Thread Andre Muezerie
__builtin_add_overflow is gcc specific. There's a need for a portable version that can also be used with other compilers. Andre Muezerie (5): maintainers: add portable version of __builtin_add_overflow lib/eal: add portable version of __builtin_add_overflow doc/api: add portable version of _