示例#1
0
uint32_t HELPER(clrsb_i32)(uint32_t arg)
{
    return clrsb32(arg);
}
示例#2
0
uint32_t HELPER(cls32)(uint32_t x)
{
    return clrsb32(x);
}