[PATCH v2 1/5] maintainers: add portable version of __builtin_add_overflow
Andre Muezerie
andremue at linux.microsoft.com
Fri Jan 3 21:39:37 CET 2025
__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 <andremue at linux.microsoft.com>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 0f940ad713..fb64ba893b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -179,6 +179,7 @@ F: app/test/test_devargs.c
F: app/test/test_eal*
F: app/test/test_errno.c
F: app/test/test_lcores.c
+F: app/test/test_math.c
F: app/test/test_memcpy*
F: app/test/test_per_lcore.c
F: app/test/test_pflock.c
--
2.47.0.vfs.0.3
More information about the dev
mailing list