mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-06 00:45:22 +08:00
[FIXUP] __rt_clz loss in aarch64
Signed-off-by: GuEe-GUI <2991707448@qq.com>
This commit is contained in:
@@ -794,6 +794,7 @@ rt_device_t rt_console_get_device(void);
|
||||
|
||||
int __rt_ffs(int value);
|
||||
unsigned long __rt_ffsl(unsigned long value);
|
||||
unsigned long __rt_clz(unsigned long value);
|
||||
|
||||
void rt_show_version(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user