LWG-3828 "Sync intmax_t
and uintmax_t
with C2x"
#3457
Unanswered
CaseyCarter
asked this question in
Ideas
Replies: 1 comment 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.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
LWG-3828 notably makes it possible for implementations with 64-bit
intmax_t
to support 128-bit extended integral types without breaking ABI. This begs the question "Should the STL support Clang's 128-bit signed/unsigned integer types?"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.
All reactions