Re: [PATCH v13 09/13] Documentation: core-api: Add math.h macros and functions

2024-06-26 Thread Randy Dunlap
On 6/7/24 6:31 AM, Devarsh Thakkar wrote: > Add documentation for rounding, scaling, absolute value and 32-bit division > related macros and functions exported by math.h header file. > > Signed-off-by: Devarsh Thakkar > Reviewed-by: Andy Shevchenko Reviewed-by: Randy Dunlap Tested-by: Randy

[PATCH v13 09/13] Documentation: core-api: Add math.h macros and functions

2024-06-07 Thread Devarsh Thakkar
Add documentation for rounding, scaling, absolute value and 32-bit division related macros and functions exported by math.h header file. Signed-off-by: Devarsh Thakkar Reviewed-by: Andy Shevchenko --- V13: No change V12: Add Reviewed-by V11: Fix title for math function header V10: Patch introduc