Commit 70f7c4e1 authored by Sandrine Bailleux's avatar Sandrine Bailleux Committed by TrustedFirmware Code Review
Browse files

Merge "AArch64: Add 128-bit integer types definitions" into integration

parents b53cde79 394fa5d4
/* /*
* 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 * SPDX-License-Identifier: BSD-3-Clause
*/ */
...@@ -116,3 +116,6 @@ typedef unsigned long uintmax_t; ...@@ -116,3 +116,6 @@ typedef unsigned long uintmax_t;
typedef long register_t; typedef long register_t;
typedef unsigned long u_register_t; typedef unsigned long u_register_t;
typedef __int128 int128_t;
typedef unsigned __int128 uint128_t;
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment