On Thu, Jul 28, 2011 at 3:45 PM, H.J. Lu wrote:
> Hi Ian,
>
> For 64bit x86 targets, long is 32bit for x32 and win64. But long long
> is always 64bit. This patch removes _WIN64 check. OK for trunk?
Isn't that what int64_t is for?
On 07/28/2011 12:45 PM, H.J. Lu wrote:
> * config/i386/64/sfp-machine.h (_FP_W_TYPE): Always use _WIN64
> version.
> (_FP_WS_TYPE): Likewise.
> (_FP_I_TYPE): Likewise.
Ok.
r~
Hi Ian,
For 64bit x86 targets, long is 32bit for x32 and win64. But long long
is always 64bit. This patch removes _WIN64 check. OK for trunk?
Thanks.
H.J.
---
2010-07-28 H.J. Lu
* config/i386/64/sfp-machine.h (_FP_W_TYPE): Always use _WIN64
version.
(_FP_WS_TYPE):