[PATCH] lib/math: Add int_sqrt test suite

2024-10-24 Thread Luis Felipe Hernandez
Adds test suite for integer based square root function. The test suite is designed to verify the correctness of the int_sqrt math library function. Signed-off-by: Luis Felipe Hernandez --- lib/Kconfig.debug | 17 lib/math/Makefile | 1 + lib/math/tests/

Re: [PATCH] lib/math: Add int_sqrt test suite

2024-10-24 Thread Andy Shevchenko
On Thu, Oct 24, 2024 at 03:17:28PM -0400, Luis Felipe Hernandez wrote: > Adds test suite for integer based square root function. > > The test suite is designed to verify the correctness of the int_sqrt > math library function. ... > obj-$(CONFIG_TEST_DIV64) += test_div64.o > obj-$(CONFIG_T