From a56a0bc7d6f1e2f559e389801a6bed4dcc22bb4d Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 20 Jun 2020 11:53:22 -0700 Subject: [PATCH] Mention how to turn off simd near the cpp compile. --- Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.in b/Makefile.in index 235b01dc..2733c466 100644 --- a/Makefile.in +++ b/Makefile.in @@ -132,6 +132,7 @@ rounding.h: rounding.c rsync.h proto.h @rm -f rounding.out simd-checksum-x86_64.o: simd-checksum-x86_64.cpp + @echo "If this fails to compile and you can't fix it, re-run $(srcdir)/configure with --disable-simd." $(CXX) -I. $(CXXFLAGS) $(CPPFLAGS) -c -o $@ $(srcdir)/simd-checksum-x86_64.cpp lib/md5-asm-x86_64.o: lib/md5-asm-x86_64.S config.h lib/md-defines.h -- 2.47.2