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

2024-08-19 Thread kernel test robot
https://lore.kernel.org/r/20240819014115.221135-1-luis.hernandez093%40gmail.com patch subject: [PATCH v2] lib/math: Add int_pow test suite config: sh-allmodconfig (https://download.01.org/0day-ci/archive/20240819/202408191958.xq9sr93k-...@intel.com/config) compiler: sh4-linux-gcc (GCC) 14.1.0 reproduce (thi

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

2024-08-19 Thread kernel test robot
https://lore.kernel.org/r/20240819014115.221135-1-luis.hernandez093%40gmail.com patch subject: [PATCH v2] lib/math: Add int_pow test suite config: i386-buildonly-randconfig-004-20240819 (https://download.01.org/0day-ci/archive/20240819/202408191754.to9uud0n-...@intel.com/config) compiler: clang version 18.

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

2024-08-18 Thread Luis Felipe Hernandez
Adds test suite for integer based power function. Signed-off-by: Luis Felipe Hernandez --- lib/Kconfig.debug | 9 ++ lib/math/Makefile | 1 + lib/math/tests/Makefile| 3 ++ lib/math/tests/int_pow_kunit.c | 52 ++ 4 files ch