Author: lwall
Date: 2010-05-06 20:22:51 +0200 (Thu, 06 May 2010)
New Revision: 30567

Modified:
   docs/Perl6/Spec/S09-data.pod
Log:
[S09] speculate 128-bit types and see if we get away with it


Modified: docs/Perl6/Spec/S09-data.pod
===================================================================
--- docs/Perl6/Spec/S09-data.pod        2010-05-06 18:01:44 UTC (rev 30566)
+++ docs/Perl6/Spec/S09-data.pod        2010-05-06 18:22:51 UTC (rev 30567)
@@ -13,8 +13,8 @@
 
     Created: 13 Sep 2004
 
-    Last Modified: 30 Mar 2010
-    Version: 45
+    Last Modified: 6 May 2010
+    Version: 46
 
 =head1 Overview
 
@@ -44,6 +44,7 @@
     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
@@ -52,6 +53,7 @@
     uint16
     uint32
     uint64
+    uint128
 
     num16
     num32
@@ -67,6 +69,7 @@
     rat16
     rat32
     rat64
+    rat128
 
     buf8        aka buf, a "normal" byte buffer
     buf16       a uint16 buffer

Reply via email to