Skip to content

Commit

Permalink
Update configure
Browse files Browse the repository at this point in the history
update generated script
  • Loading branch information
mm2 committed Oct 15, 2022
1 parent 63873be commit cbb7b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -17701,7 +17701,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */

#include <emmintrin.h>
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
Expand Down

0 comments on commit cbb7b92

Please sign in to comment.