mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
Merge "AArch64: Add 128-bit integer types definitions" into integration
This commit is contained in:
commit
70f7c4e121
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
|
||||
* Copyright (c) 2018-2019, ARM Limited and Contributors. All rights reserved.
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
@ -116,3 +116,6 @@ typedef unsigned long uintmax_t;
|
|||
|
||||
typedef long register_t;
|
||||
typedef unsigned long u_register_t;
|
||||
|
||||
typedef __int128 int128_t;
|
||||
typedef unsigned __int128 uint128_t;
|
||||
|
|
Loading…
Add table
Reference in a new issue