LWG-3828 "Sync intmax_t
and uintmax_t
with C2x"
#3457
-
LWG-3828 notably makes it possible for implementations with 64-bit Note that I believe this would also require a bit of work outside the STL. IIUC some operations result in calls to the compiler runtime, we'd have to arrange to link the proper clang runtimes or put the pertinent routines in, say, VCStartup. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
@strega-nil-ms would like to ask the MSVC compiler team ("nicely" 😹 🤪) to support 128-bit types. @StephanTLavavej thinks that this is a non-goal of supporting non-Standard stuff and that we have enough work to do in the Standard itself. |
Beta Was this translation helpful? Give feedback.
-
There's no way this is happening in the foreseeable future. |
Beta Was this translation helpful? Give feedback.
There's no way this is happening in the foreseeable future.