-
Fix incorrect function prototypes of 64-bit findLSB/findMSB · 3b1b9e29Rex Xu authored
According to the 32-bit counterparts, their forms should be genI64Type findLSB(genI64Type value) genI64Type findLSB(genU64Type value) genI64Type findMSB(genI64Type value) genI64Type findMSB(genU64Type value)
3b1b9e29
×