[Issue 20141] New: No builtin version which says if the platform is 64bit

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Aug 19 00:16:21 UTC 2019


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

          Issue ID: 20141
           Summary: No builtin version which says if the platform is 64bit
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: dmd
          Assignee: nobody at puremagic.com
          Reporter: turkeyman at gmail.com

There is D_LP64, but that only says if pointers are 64bit. So, what about x32?
Also, many games consoles have 64bit arch, but use 32bit pointers because they
are more compact and the machines have a fixed amount of RAM.

There needs to be a version that says the architecture is 64bit.

--


More information about the Digitalmars-d-bugs mailing list