Skip to content

Commit cbb7b92

Browse files
committed
Update configure
update generated script
1 parent 63873be commit cbb7b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17701,7 +17701,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1770117701
/* end confdefs.h. */
1770217702

1770317703
#include <emmintrin.h>
17704-
main() { __m128i n = _mm_set1_epi8(42); }
17704+
int main() { __m128i n = _mm_set1_epi8(42); }
1770517705
_ACEOF
1770617706
if ac_fn_c_try_compile "$LINENO"; then :
1770717707
ac_compiler_supports_sse2=yes

0 commit comments

Comments
 (0)