From cbb7b92e01100099955a92d5eb5e863e97ebeb56 Mon Sep 17 00:00:00 2001 From: Marti Maria Date: Sat, 15 Oct 2022 20:04:36 +0200 Subject: [PATCH] Update configure update generated script --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 79a748509..9143bb996 100755 --- a/configure +++ b/configure @@ -17701,7 +17701,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include - main() { __m128i n = _mm_set1_epi8(42); } + int main() { __m128i n = _mm_set1_epi8(42); } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_compiler_supports_sse2=yes