Give more_testing() a default target.
authorWayne Davison <wayne@opencoder.net>
Sun, 21 Jun 2020 16:06:53 +0000 (09:06 -0700)
committerWayne Davison <wayne@opencoder.net>
Sun, 21 Jun 2020 16:06:59 +0000 (09:06 -0700)
configure.ac

index 5e58c7d7405d04b4e341aea7727325998fee2e56..19b12851c51d0ba5e4df457ddb7a9414643e6f79 100644 (file)
@@ -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;