mirror of
https://github.com/intel/llvm.git
synced 2026-01-18 07:57:36 +08:00
Continuing #84689, this one required more changes than the others, so I am making it a separate PR. Extends some stuff in `str_to_float.h`, `str_to_integer.h` to work on types wider than `unsigned long long` and `uint64_t`. cc @lntue for review.