summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Library/ArmSoftFloatLib/platform.h
blob: 31e843463a38bd8f8402b67cd2acb08511f7072d (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 * Copyright (c) 2019, Linaro Limited
 *
 * SPDX-License-Identifier: BSD-2-Clause-Patent
 */

#define LITTLEENDIAN 1
#define INLINE inline __attribute__((always_inline))
#define SOFTFLOAT_BUILTIN_CLZ 1
#define SOFTFLOAT_FAST_INT64
#include "opts-GCC.h"