[SCM] The rsync repository. - branch master updated

Rsync CVS commit messages rsync-cvs at lists.samba.org
Sun Jun 21 16:07:36 UTC 2020


The branch, master has been updated
       via  f86ceb55 Give more_testing() a default target.
      from  dfa34b47 Some more docs/news changes.

https://git.samba.org/?p=rsync.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit f86ceb5539c82771b83db1e06ef3b710b1f7e201
Author: Wayne Davison <wayne at opencoder.net>
Date:   Sun Jun 21 09:06:53 2020 -0700

    Give more_testing() a default target.

-----------------------------------------------------------------------

Summary of changes:
 configure.ac | 1 +
 1 file changed, 1 insertion(+)


Changeset truncated at 500 lines:

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;


-- 
The rsync repository.



More information about the rsync-cvs mailing list