Skip to content

Commit

Permalink
[S09] speculate 128-bit types and see if we get away with it
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.pugscode.org/pugs@30567 c213334d-75ef-0310-aa23-eaa082d1ae64
  • Loading branch information
lwall committed May 6, 2010
1 parent 549768e commit 7451644
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions S09-data.pod
Expand Up @@ -13,8 +13,8 @@ Synopsis 9: Data Structures

Created: 13 Sep 2004

Last Modified: 30 Mar 2010
Version: 45
Last Modified: 6 May 2010
Version: 46

=head1 Overview

Expand Down Expand Up @@ -44,6 +44,7 @@ of bits to a generic low-level type name:
int16
int32 (aka int on 32-bit machines)
int64 (aka int on 64-bit machines)
int128 (aka int on 128-bit machines)

uint1 (aka bit)
uint2
Expand All @@ -52,6 +53,7 @@ of bits to a generic low-level type name:
uint16
uint32
uint64
uint128

num16
num32
Expand All @@ -67,6 +69,7 @@ of bits to a generic low-level type name:
rat16
rat32
rat64
rat128

buf8 aka buf, a "normal" byte buffer
buf16 a uint16 buffer
Expand Down

0 comments on commit 7451644

Please sign in to comment.