qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] configure: remove dead int128 test
@ 2022-03-23 11:50 Paolo Bonzini
  2022-03-23 12:56 ` Thomas Huth
  2022-03-23 13:07 ` Marc-André Lureau
  0 siblings, 2 replies; 3+ messages in thread
From: Paolo Bonzini @ 2022-03-23 11:50 UTC (permalink / raw)
  To: qemu-devel; +Cc: marcandre.lureau

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
-- 
2.35.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] configure: remove dead int128 test
  2022-03-23 11:50 [PATCH] configure: remove dead int128 test Paolo Bonzini
@ 2022-03-23 12:56 ` Thomas Huth
  2022-03-23 13:07 ` Marc-André Lureau
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Huth @ 2022-03-23 12:56 UTC (permalink / raw)
  To: Paolo Bonzini, qemu-devel; +Cc: marcandre.lureau

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>



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] configure: remove dead int128 test
  2022-03-23 11:50 [PATCH] configure: remove dead int128 test Paolo Bonzini
  2022-03-23 12:56 ` Thomas Huth
@ 2022-03-23 13:07 ` Marc-André Lureau
  1 sibling, 0 replies; 3+ messages in thread
From: Marc-André Lureau @ 2022-03-23 13:07 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: qemu-devel

On Wed, Mar 23, 2022 at 3:50 PM Paolo Bonzini <pbonzini@redhat.com> wrote:
>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

Reviewed-by: Marc-André Lureau <marcandre.lureau@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
> --
> 2.35.1
>



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-03-23 13:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-23 11:50 [PATCH] configure: remove dead int128 test Paolo Bonzini
2022-03-23 12:56 ` Thomas Huth
2022-03-23 13:07 ` Marc-André Lureau

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).