]> www.infradead.org Git - users/jedix/linux-maple.git/commit
lib/math/test_div64: add some edge cases relevant to __div64_const32()
authorNicolas Pitre <npitre@baylibre.com>
Thu, 3 Oct 2024 21:16:13 +0000 (17:16 -0400)
committerArnd Bergmann <arnd@arndb.de>
Mon, 28 Oct 2024 21:44:28 +0000 (21:44 +0000)
commit1dc82675cb79200d5e140520efd7ce88b38ea56d
tree158fb33b4221306852cdf9529574b2705db21a42
parent3e25d5a49f99b75be2c6cfb165e4f77dc6d739a2
lib/math/test_div64: add some edge cases relevant to __div64_const32()

Be sure to test the extreme cases with and without bias.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
lib/math/test_div64.c