]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPkg/Library/ArmSoftFloatLib/platform.h
ArmPkg: Fix Ecc error 6001 in ArmSoftFloatLib
[mirror_edk2.git] / ArmPkg / Library / ArmSoftFloatLib / platform.h
1 /*
2 * Copyright (c) 2019, Linaro Limited
3 * Copyright (c) 2021, Arm Limited. All rights reserved.<BR>
4 *
5 * SPDX-License-Identifier: BSD-2-Clause-Patent
6 */
7
8 #ifndef ARM_SOFT_FLOAT_LIB_H_
9 #define ARM_SOFT_FLOAT_LIB_H_
10
11 #define LITTLEENDIAN 1
12 #define INLINE static inline
13 #define SOFTFLOAT_BUILTIN_CLZ 1
14 #define SOFTFLOAT_FAST_INT64
15 #include "opts-GCC.h"
16
17 #endif // ARM_SOFT_FLOAT_LIB_H_