Re: 64 bit or 32 bit
From: Måns Rullgård (mru_at_kth.se)
Date: 04/07/04
- Next message: Floyd L. Davidson: "Re: free'd address still readable?"
- Previous message: Grant Edwards: "Re: ttyS0 program problems"
- In reply to: Grant Edwards: "Re: 64 bit or 32 bit"
- Next in thread: Kasper Dupont: "Re: 64 bit or 32 bit"
- Reply: Kasper Dupont: "Re: 64 bit or 32 bit"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 07 Apr 2004 17:10:10 +0200
Grant Edwards <grante@visi.com> writes:
> On 2004-04-07, Måns Rullgård <mru@kth.se> wrote:
>
>> So when processors become 256-bit, what will we get?
>>
>> char = 8 bits
>> short short = 16 bits
>> short = 32 bits
>> long short = 64 bits
>> int = 128 bits
>> long = 256 bits
>
> It really get's confusing when we need even more types and
>
> "long short" and "short long" aren't the same thing.
>
> OTOH, if you want a certain number of bits, you should probably
> just ask for them directly using <stdint.h> and int32_t or
> uint16_t or int47_t or whatever.
True, but the compiler has to have types to back those typedefs.
-- Måns Rullgård mru@kth.se
- Next message: Floyd L. Davidson: "Re: free'd address still readable?"
- Previous message: Grant Edwards: "Re: ttyS0 program problems"
- In reply to: Grant Edwards: "Re: 64 bit or 32 bit"
- Next in thread: Kasper Dupont: "Re: 64 bit or 32 bit"
- Reply: Kasper Dupont: "Re: 64 bit or 32 bit"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|