From: "andrzej zaborowski" <balrogg@gmail.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [5411] Implement SSE4.1, SSE4.2 (x86).
Date: Sat, 4 Oct 2008 13:38:13 +0200 [thread overview]
Message-ID: <fb249edb0810040438j148dc21ch2ffed9b10a0d2971@mail.gmail.com> (raw)
In-Reply-To: <BAY110-DAV92BFD76FB6D0924C13C9DB93F0@phx.gbl>
2008/10/4 C. W. Betts <computers57@hotmail.com>:
> I get a lot of warning complaining about a number might not fit in long when
> I compile it on 32-bit processors:
> gcc -I. -I.. -I/Users/cwbetts/makestuff/qemu-allmac/src/target-i386
> -I/Users/cwbetts/makestuff/qemu-allmac/src -MMD -MT op_helper.o -MP
> -DNEED_CPU_H -D__powerpc__ -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
> -D_LARGEFILE_SOURCE -I/Users/cwbetts/makestuff/qemu-allmac/src/tcg
> -I/Users/cwbetts/makestuff/qemu-allmac/src/tcg/ppc
> -I/Users/cwbetts/makestuff/qemu-allmac/src/fpu -DHAS_AUDIO
> -DHAS_AUDIO_CHOICE -I/Users/cwbetts/makestuff/qemu-allmac/src/slirp -Wall
> -O2 -g -fno-strict-aliasing -mdynamic-no-pic -m32 -arch ppc
> -mmacosx-version-min=10.3 -isysroot /Developer/SDKs/MacOSX10.3.9.sdk
> -mcpu=G3 -DMAC_OS_X_VERSION_MIN_REQUIRED=1030 -mtune=G4 -c -o op_helper.o
> /Users/cwbetts/makestuff/qemu-allmac/src/target-i386/op_helper.c
> In file included from
> /Users/cwbetts/makestuff/qemu-allmac/src/target-i386/op_helper.c:5443:
> /Users/cwbetts/makestuff/qemu-allmac/src/target-i386/ops_sse.h: In function
> 'helper_blendvpd_xmm':
> /Users/cwbetts/makestuff/qemu-allmac/src/target-i386/ops_sse.h:1487:
> warning: integer constant is too large for 'long' type
Thanks for noticing, indeed the number was too large and would get
truncated to a wrong value, now corrected.
Cheers
prev parent reply other threads:[~2008-10-04 11:38 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-04 3:27 [Qemu-devel] [5411] Implement SSE4.1, SSE4.2 (x86) Andrzej Zaborowski
[not found] ` <0C221828-78E4-49DC-AB8E-58B5BBD3F294@hotmail.com>
2008-10-04 3:56 ` C.W. Betts
2008-10-04 11:38 ` andrzej zaborowski [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=fb249edb0810040438j148dc21ch2ffed9b10a0d2971@mail.gmail.com \
--to=balrogg@gmail.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).