Re: [PATCH v3 5/5] app/test: add tests for portable version of __builtin_add_overflow

2025-03-05 Thread Patrick Robb
Recheck-request: iol-intel-Performance There was an infra failure with the Arm Grace server about 12 hours ago which caused this failure - sending a retest request.

[PATCH v3 5/5] app/test: add tests for portable version of __builtin_add_overflow

2025-03-05 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. This patch adds tests for these new portable functions, to confirm they behave the same way across different compilers. Signed-off-by: Andre Muezerie --- app/test/meson.buil