qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PULL 00/18] target-alpha fpu improvments


From: Peter Maydell
Subject: Re: [Qemu-devel] [PULL 00/18] target-alpha fpu improvments
Date: Thu, 21 May 2015 12:38:30 +0100

On 20 May 2015 at 20:05, Richard Henderson <address@hidden> wrote:
> No change since the patch set of May 12.
>
> Thanks,
>
>
> r~
>
>
> The following changes since commit 385057cbec9b4a0eb6150330c572e875ed714965:
>
>   Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2015-05-15' 
> into staging (2015-05-15 17:51:20 +0100)
>
> are available in the git repository at:
>
>   git://github.com/rth7680/qemu.git tags/pull-axp-20150520
>
> for you to fetch changes up to 7e66205cd6ae0fc015960af8d907fdf2147cadb8:
>
>   target-alpha: Add vector implementation for CMPBGE (2015-05-18 13:03:47 
> -0700)
>
> ----------------------------------------------------------------
> Rewrite fp exceptions

Fails to build for win32:

/home/petmay01/linaro/qemu-for-merges/target-alpha/int_helper.c: In
function ‘helper_zapnnot’:
/home/petmay01/linaro/qemu-for-merges/target-alpha/int_helper.c:48:
warning: integer constant is too large for ‘unsigned long’ type
/home/petmay01/linaro/qemu-for-merges/target-alpha/int_helper.c:49:
warning: integer constant is too large for ‘unsigned long’ type
/home/petmay01/linaro/qemu-for-merges/target-alpha/int_helper.c:50:
warning: integer constant is too large for ‘unsigned long’ type
/home/petmay01/linaro/qemu-for-merges/target-alpha/int_helper.c:51:
warning: integer constant is too large for ‘unsigned long’ type

64-bit constants should always have the 'ULL' or 'LL' suffixes.
'UL' and 'L' suffixes are almost always a bug, because they
don't work for 64-bit constants and are overkill for 32-bit
constants (where no suffix or just 'U' would do).

-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]