summaryrefslogtreecommitdiff
path: root/libs/PowerPC_EABI_Support/MSL/MSL_C/MSL_Common/Src/float.c
blob: 473150f84f4509afe010c138b2ef778a9d873bef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include "float.h"
#include "global.h"

int __float_nan[] = {0x7FFFFFFF};

int __float_huge[] = {0x7F800000};

#if PLATFORM_GCN
int __float_max[] = {0x7F7FFFFF};

int __float_epsilon[] = {0x34000000};
#endif

#if !PLATFORM_GCN
int __double_huge[] = {0x7FF00000, 0};
#endif