diff options
| author | Heinrich Schuchardt <[email protected]> | 2025-12-01 18:49:03 +0100 |
|---|---|---|
| committer | Leo Yu-Chi Liang <[email protected]> | 2025-12-08 12:10:55 +0800 |
| commit | dd0ad45920a7269c44c306b2764bd7b49c92f179 (patch) | |
| tree | 88d75f8da3c4b8bd8ba051e7e490ed6030497c07 /scripts/Kbuild.include | |
| parent | 7a12507e3599c85ba2f502398139a5f07de7a5ba (diff) | |
RISC-V: implement private GCC library
The following functions are provided:
Count leading zero bits
* int __clzsi2 (unsigned int a)
* int __clzdi2 (unsigned long a)
* int __clzti2 (unsigned long long a)
Count trailing zero bits
* int __ctzsi2 (unsigned int a)
* int __ctzdi2 (unsigned long a)
* int __ctzti2 (unsigned long long a)
Signed-off-by: Heinrich Schuchardt <[email protected]>
Diffstat (limited to 'scripts/Kbuild.include')
0 files changed, 0 insertions, 0 deletions
