zephyr/include/arch/common
Daniel Leung 783b20712e arch: implement brute force find_lsb_set()
On RISC-V 64-bit, GCC complains about undefined reference
to 'ffs' via __builtin_ffs(). So implement a brute force
way to do it. Once the toolchain has __builtin_ffs(),
this can be reverted.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2021-05-07 13:36:22 -04:00
..
addr_types.h
app_data_alignment.ld
ffs.h arch: implement brute force find_lsb_set() 2021-05-07 13:36:22 -04:00
sys_bitops.h
sys_io.h