summaryrefslogtreecommitdiff
path: root/src/PowerPC_EABI_Support/MSL/MSL_C/MSL_Common/Src/float.c
blob: 4f61b495c82a3d0bc0a0ed73d7f59186c8d57262 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include "float.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