]> git.ipfire.org Git - thirdparty/u-boot.git/commit
test: provide unit tests for the RISC-V private GCC library
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 1 Dec 2025 17:49:04 +0000 (18:49 +0100)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Mon, 8 Dec 2025 04:11:01 +0000 (12:11 +0800)
commitcf386262d5db24db6a76e8c9a39c52ea151137c4
treeca5e22941d79c731b8bcd09d24e174e1f31ea8ef
parentdd0ad45920a7269c44c306b2764bd7b49c92f179
test: provide unit tests for the RISC-V private GCC library

Add unit tests for the functions for counting leading and trailing zero
bits.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
test/lib/Makefile
test/lib/test_clz.c [new file with mode: 0644]
test/lib/test_ctz.c [new file with mode: 0644]