On Thu, Mar 13, 2025 at 01:00:41PM -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 <andre...@linux.microsoft.com>
> ---
>  doc/api/doxy-api-index.md | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/doc/api/doxy-api-index.md b/doc/api/doxy-api-index.md
> index b2fc24b3e4..48922054ed 100644
> --- a/doc/api/doxy-api-index.md
> +++ b/doc/api/doxy-api-index.md
> @@ -227,6 +227,7 @@ The public API headers are grouped by topics:
>    [checksum](@ref rte_cksum.h),
>    [config file](@ref rte_cfgfile.h),
>    [key/value args](@ref rte_kvargs.h),
> +  [math](@ref rte_math.h),
>    [argument parsing](@ref rte_argparse.h),
>    [ptr_compress](@ref rte_ptr_compress.h),
>    [string](@ref rte_string_fns.h),
> -- 
Please squash with patch 2, to add the docs along with the new header.

Reply via email to