summaryrefslogtreecommitdiff
path: root/rtl/inc/sfpux80.pp
blob: 61b5037620e447b8bbe8b6ee3e9e09a8e5887d98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
unit sfpux80;
{$mode objfpc}

{ Overflow checking must be disabled,
  since some operations expect overflow!
}
{$Q-}
{$goto on}


{$define FPC_SOFTFLOAT_FLOATX80}
{ $define FPC_SOFTFLOAT_FLOAT128}


{$define fpc_softfpu_interface}
interface
{$i softfpu.pp}

{$undef fpc_softfpu_interface}
{$define fpc_softfpu_implementation}
implementation

{$i softfpu.pp}

end.