[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 4/7] configure: remove dead int128 test
|
From: |
Paolo Bonzini |
|
Subject: |
[PULL 4/7] configure: remove dead int128 test |
|
Date: |
Fri, 25 Mar 2022 08:07:03 +0100 |
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
- [PULL 0/7] (Mostly) x86 fixes for QEMU 7.0.0-rc2, Paolo Bonzini, 2022/03/25
- [PULL 3/7] KVM: x86: workaround invalid CPUID[0xD, 9] info on some AMD processors, Paolo Bonzini, 2022/03/25
- [PULL 2/7] i386: Set MCG_STATUS_RIPV bit for mce SRAR error, Paolo Bonzini, 2022/03/25
- [PULL 1/7] target/i386/kvm: Free xsave_buf when destroying vCPU, Paolo Bonzini, 2022/03/25
- [PULL 7/7] build: disable fcf-protection on -march=486 -m16, Paolo Bonzini, 2022/03/25
- [PULL 4/7] configure: remove dead int128 test,
Paolo Bonzini <=
- [PULL 6/7] target/i386: properly reset TSC on reset, Paolo Bonzini, 2022/03/25
- [PULL 5/7] target/i386: tcg: high bits SSE cmp operation must be ignored, Paolo Bonzini, 2022/03/25
- Re: [PULL 0/7] (Mostly) x86 fixes for QEMU 7.0.0-rc2, Peter Maydell, 2022/03/25