Re: 64 bit data types



Ender wrote:
According definition Integer and Cardinal is generic datatypes which should become 64-bit.

I thought so too, but according to Danny Thorpe, Integer has only been guaranteed to be the most effective (not largest) signed integer type supported by the CPU. On x64 that is still a 32 bit integer, because 32 bit operations are generally faster that 64 bit operations even on these CPUs.
.




Relevant Pages

  • p5n32-sli se deluxe and Vista x64 and 2gb (slow enough) then 4gb (horribly slow issues)
    ... Has anyone had trouble running Vista x64 on this motherboard.. ... I have a 1.86 Core2 CPU, the memory is the Corsair Twin2x2048-6400 ... opening windows was horrible.. ...
    (alt.comp.periphs.mainboard.asus)
  • RE: Experiences with x64 and quadcore scalability.
    ... To use 2 X Quad Core CPUs you'd need to use X64 Enterprise, ... How does Terminal server scale up against multi core CPU's. ... I've been told about a rule that it was better to take 2 dual CPU machines ...
    (microsoft.public.windows.terminal_services)
  • VS2008 / MSVC++ v9.0 - No x64 platform in Configuration Manager?
    ... I made certain that during the installation of VS2008 that I selected the x64 cross-compilers, etc..., under the Visual C++ component settings. ... I start a new Win32 application project, and, by default, it has Debug and Release configurations for the Win32 platform present in it. ... I have an existing project that was created on another system that is running VS2008 on Vista Ultimate x64 on an AMD Turion64 dual-core CPU. ...
    (microsoft.public.vc.ide_general)
  • Re: Run-time error 50003: Unexpected error
    ... 16-bit routines. ... it's the CPU that does not support Virtual 8086 mode when ... in x64 Long mode. ... You can emulate it in software with VirtualPC or DOSBox ...
    (microsoft.public.windows.vista.general)
  • Re: Trap representations for signed char?
    ... I only know of one cpu that supports a C compiler and does not follow this 'rule'. ... of bits in a signed integer type is treated as a trap ...
    (comp.std.c)