[libc-commits] [libc] [llvm] [reland][libc][NFC] Use user defined literals to build 128 and 256 bit constants (PR #81998)

Nick Desaulniers via libc-commits libc-commits at lists.llvm.org
Thu Oct 31 12:37:42 PDT 2024


nickdesaulniers wrote:

> > Fix for platforms where uint64_t is not available
> 
> What platforms are those?

https://github.com/llvm/llvm-project/pull/81882 mentions arm32, but I see `uint64_t` defined in `<stdint.h>`. https://godbolt.org/z/bWqbPsEbE

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


More information about the libc-commits mailing list