From: Thomas Huth <thuth@redhat.com>
To: Paolo Bonzini <pbonzini@redhat.com>, qemu-devel@nongnu.org
Cc: marcandre.lureau@redhat.com
Subject: Re: [PATCH] configure: remove dead int128 test
Date: Wed, 23 Mar 2022 13:56:55 +0100 [thread overview]
Message-ID: <c22fa07b-a060-ad20-a4e7-68710cb1236a@redhat.com> (raw)
In-Reply-To: <20220323115021.24763-1-pbonzini@redhat.com>
On 23/03/2022 12.50, Paolo Bonzini wrote:
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
> configure | 18 ------------------
> 1 file changed, 18 deletions(-)
>
> diff --git a/configure b/configure
> index 6d9cb23ac5..7c08c18358 100755
> --- a/configure
> +++ b/configure
> @@ -2463,24 +2463,6 @@ else # "$safe_stack" = ""
> fi
> fi
>
> -########################################
> -# check if __[u]int128_t is usable.
> -
> -int128=no
> -cat > $TMPC << EOF
> -__int128_t a;
> -__uint128_t b;
> -int main (void) {
> - a = a + b;
> - b = a * b;
> - a = a * a;
> - return 0;
> -}
> -EOF
> -if compile_prog "" "" ; then
> - int128=yes
> -fi
> -
> ########################################
> # check if ccache is interfering with
> # semantic analysis of macros
Fixes: 848126d11e ("meson: move int128 checks from configure")
Reviewed-by: Thomas Huth <thuth@redhat.com>
next prev parent reply other threads:[~2022-03-23 13:19 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-23 11:50 [PATCH] configure: remove dead int128 test Paolo Bonzini
2022-03-23 12:56 ` Thomas Huth [this message]
2022-03-23 13:07 ` Marc-André Lureau
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=c22fa07b-a060-ad20-a4e7-68710cb1236a@redhat.com \
--to=thuth@redhat.com \
--cc=marcandre.lureau@redhat.com \
--cc=pbonzini@redhat.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).