commit | 394fa5d499fdfc1a0ddcaa3f2640cf5c49c25b63 | [log] [tgz] |
---|---|---|
author | Alexei Fedorov <Alexei.Fedorov@arm.com> | Wed Jul 10 11:32:52 2019 +0100 |
committer | Alexei Fedorov <Alexei.Fedorov@arm.com> | Wed Jul 10 12:22:58 2019 +0100 |
tree | ba10c69003b2cc86d9363e07c0dbf85d82b388ab | |
parent | 21bde92ff6d20ef2d3a2651fd729a1579232313b [diff] |
AArch64: Add 128-bit integer types definitions This patch adds 128-bit integer types int128_t and uint128_t for "__int128" and "unsigned __int128" supported by GCC and Clang for AArch64. Change-Id: I0e646d026a5c12a09fd2c71dc502082052256a94 Signed-off-by: Alexei Fedorov <Alexei.Fedorov@arm.com>