Re: [PATCH v4 1/5] maintainers: add portable version of __builtin_add_overflow

2025-03-14 Thread Bruce Richardson
On Thu, Mar 13, 2025 at 01:00:39PM -0700, 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. > > Signed-off-by: Andre Muezerie > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --

[PATCH v4 1/5] maintainers: add portable version of __builtin_add_overflow

2025-03-13 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. Signed-off-by: Andre Muezerie --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 82f6e2f917..a60fd0f976 100644 --- a/MAINTAIN