Revision be1c17c7 target-i386/exec.h

b/target-i386/exec.h
115 115
#define floatx_sub floatx80_sub
116 116
#define floatx_abs floatx80_abs
117 117
#define floatx_chs floatx80_chs
118
#define floatx_scalbn floatx80_scalbn
118 119
#define floatx_round_to_int floatx80_round_to_int
119 120
#define floatx_compare floatx80_compare
120 121
#define floatx_compare_quiet floatx80_compare_quiet
122
#define floatx_is_any_nan floatx80_is_any_nan
121 123
#else
122 124
#define floatx_to_int32 float64_to_int32
123 125
#define floatx_to_int64 float64_to_int64
......
134 136
#define floatx_sub float64_sub
135 137
#define floatx_abs float64_abs
136 138
#define floatx_chs float64_chs
139
#define floatx_scalbn float64_scalbn
137 140
#define floatx_round_to_int float64_round_to_int
138 141
#define floatx_compare float64_compare
139 142
#define floatx_compare_quiet float64_compare_quiet
143
#define floatx_is_any_nan float64_is_any_nan
140 144
#endif
141 145

  
142 146
#define RC_MASK         0xc00

Also available in: Unified diff