diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2022-03-23 12:46:53 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2022-03-23 14:16:36 +0100 |
commit | 98a02bc4492c7e00a703ad42f1ff9d2f3521a138 (patch) | |
tree | 031fb0d7e6efa61e9189d6f5530fd93fdef82e39 /configure | |
parent | 58f7db26f21c690cf9a669c314cfd7371506084a (diff) |
configure: remove dead int128 test
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 18 |
1 files changed, 0 insertions, 18 deletions
@@ -2464,24 +2464,6 @@ 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 |