[Issue 17113] New: cent/ucent lack basic support

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Jan 22 16:10:42 PST 2017


https://issues.dlang.org/show_bug.cgi?id=17113

          Issue ID: 17113
           Summary: cent/ucent lack basic support
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Windows
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: dmd
          Assignee: nobody at puremagic.com
          Reporter: deadalnix at gmail.com

Long story short, they are badly needed. I've been doing work related to crypto
these days, and lacking cent/ucent makes everything 10 time worse.

I assume DMD already has integral operation legalization for 64 => 32 for
plateforms without 64 bits support, so that can be hijacked to legalize 128 =>
64.

At this point, I don't care if the codegen is crappy. I don't care if VRP and
std.math to not work with it. I don't care if half of phobos don't recognize
it. I just need to have a 128 bits integers. The last issue about this I could
find was from 2012 and it seems like there is no progress made.

Please, please, please !

--


More information about the Digitalmars-d-bugs mailing list