]> git.ipfire.org Git - thirdparty/rsync.git/commit
Allow cross-compilation with SIMD (x86_84) (#104)
authoredo <edo.rus@gmail.com>
Wed, 7 Oct 2020 05:33:57 +0000 (08:33 +0300)
committerGitHub <noreply@github.com>
Wed, 7 Oct 2020 05:33:57 +0000 (22:33 -0700)
commitb7fab6f285ff0ff3816b109a8c3131b6ded0b484
treedb288493253c65c6b14081b26f64396e30190f3d
parent9fc7deab0d917db5ddcdc752be13853039c8f877
Allow cross-compilation with SIMD (x86_84) (#104)

Replace runtime SIMD check with a compile-only test in case of
cross-compilation.

You can still use '--enable-simd=no' to build x86_64 code without
SIMD instructions.
configure.ac