Re: [PATCH v3] lib/math: Add int_pow test suite

2024-09-06 Thread David Gow
On Tue, 20 Aug 2024 at 09:04, Luis Felipe Hernandez wrote: > > Adds test suite for integer based power function. > > Signed-off-by: Luis Felipe Hernandez > --- > Changes in v3: > - Fix compiler warning: explicitly define constant as unsigned int > - Add changes in patch revisions > Changes in v2:

Re: [PATCH v3] lib/math: Add int_pow test suite

2024-09-05 Thread Felipe Hernandez
On Mon, Aug 19, 2024 at 09:03:52PM -0400, Luis Felipe Hernandez wrote: > Adds test suite for integer based power function. > > Signed-off-by: Luis Felipe Hernandez > --- > Changes in v3: > - Fix compiler warning: explicitly define constant as unsigned int > - Add changes in patch revisions > Chang

[PATCH v3] lib/math: Add int_pow test suite

2024-08-19 Thread Luis Felipe Hernandez
Adds test suite for integer based power function. Signed-off-by: Luis Felipe Hernandez --- Changes in v3: - Fix compiler warning: explicitly define constant as unsigned int - Add changes in patch revisions Changes in v2: - Address review feedback - Add kconfig entry - Use correct dir and file