diff options
Diffstat (limited to 'www')
-rwxr-xr-x | www/design.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/design.html b/www/design.html index c9944e3a..4996f330 100755 --- a/www/design.html +++ b/www/design.html @@ -262,7 +262,8 @@ are always the same size (on both 32 and 64 bit). Pointer and int are _not_ the same size on 64 bit systems, but pointer and long are.</p> <p>This is guaranteed by the LP64 memory model, a Unix standard (which Linux -and MacOS X both implement). See +and MacOS X both implement, and which modern 64 bit processors such as +x86-64 were <a href=http://www.pagetable.com/?p=6>designed for</a>). See <a href=http://www.unix.org/whitepapers/64bit.html>the LP64 standard</a> and <a href=http://www.unix.org/version2/whatsnew/lp64_wp.html>the LP64 rationale</a> for details.</p> |