diff options
Diffstat (limited to 'target-i386/exec.h')
-rw-r--r-- | target-i386/exec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-i386/exec.h b/target-i386/exec.h index a3bbea9999..b1145017d5 100644 --- a/target-i386/exec.h +++ b/target-i386/exec.h @@ -337,6 +337,7 @@ static inline void stfl(target_ulong ptr, float v) #define atan2 atan2l #define floor floorl #define ceil ceill +#define ldexp ldexpl #else #define floatx_to_int32 float64_to_int32 #define floatx_to_int64 float64_to_int64 |