[libc-commits] [libc] [libc][stdfix] Implement fixed point bitsfx functions in llvm-libc (PR #116599)

via libc-commits libc-commits at lists.llvm.org
Fri Nov 22 22:48:49 PST 2024


braw-lee wrote:

@overmighty nice find, thank you
seems like `char`, `signed char` and `unsigned char` are 3 distinct types,
unlike for `int`, where we have just `int` and `unsigned int` because `signed int` is equivalent to `int`

https://github.com/llvm/llvm-project/pull/116599


More information about the libc-commits mailing list