Statistics
| Branch: | Revision:

root / int128.h @ c09015dd

History | View | Annotate | Download (1.9 kB)

# Date Author Comment
b7cd3db6 10/16/2011 02:13 pm Avi Kivity

Add support for 128-bit arithmetic

The memory API supports 64-bit buses (e.g. PCI). A size on such a bus cannot
be represented with a 64-bit data type, if both 0 and the entire address
space size are to be represented. Futhermore, any address arithemetic may...