[libc-commits] [libc] [llvm] [libc] Refactor `BigInt` (PR #86137)
Guillaume Chatelet via libc-commits
libc-commits at lists.llvm.org
Wed Mar 27 03:24:16 PDT 2024
================
@@ -169,6 +169,15 @@ LIBC_INLINE constexpr auto operator""_u256(const char *x) {
return internal::parse_with_prefix<UInt<256>>(x);
}
+template <typename T> LIBC_INLINE constexpr T parse_bigint(const char *x) {
----------------
gchatelet wrote:
Done in [d302a1f](https://github.com/llvm/llvm-project/pull/86137/commits/d302a1fd04b93239bc9e460636f03940b393f6f9)
https://github.com/llvm/llvm-project/pull/86137
More information about the libc-commits
mailing list