From: Wayne Davison Date: Sun, 21 Jun 2020 16:06:53 +0000 (-0700) Subject: Give more_testing() a default target. X-Git-Tag: v3.2.1pre1~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f86ceb5539c82771b83db1e06ef3b710b1f7e201;p=thirdparty%2Frsync.git Give more_testing() a default target. --- diff --git a/configure.ac b/configure.ac index 5e58c7d7..19b12851 100644 --- a/configure.ac +++ b/configure.ac @@ -217,6 +217,7 @@ __attribute__ ((target("sse2"))) int test_sse2(int x) { return x; } __attribute__ ((target("avx2"))) int test_avx2(int x) { return x; } typedef long long __m128i_u __attribute__((__vector_size__(16), __may_alias__, __aligned__(1))); typedef long long __m256i_u __attribute__((__vector_size__(32), __may_alias__, __aligned__(1))); +__attribute__ ((target("default"))) void more_testing(char* buf, int len) { } __attribute__ ((target("ssse3"))) void more_testing(char* buf, int len) { int i;