From: Loic Dachary Date: Mon, 24 Mar 2014 08:14:22 +0000 (+0100) Subject: erasure-code: deactivate SSE optimizations X-Git-Tag: v0.79~101^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1bc680ebfffa20a381a41276efc5435941cb28cc;p=ceph.git erasure-code: deactivate SSE optimizations Workaround until the bug is diagnosed and fixed http://tracker.ceph.com/issues/7826 refs #7826 Signed-off-by: Loic Dachary --- diff --git a/configure.ac b/configure.ac index f001d2f6fa93..5ff7a06e63aa 100644 --- a/configure.ac +++ b/configure.ac @@ -499,7 +499,7 @@ AC_CHECK_HEADER([leveldb/filter_policy.h], [AC_DEFINE([HAVE_LEVELDB_FILTER_POLIC AC_LANG_POP([C++]) # Find supported SIMD / SSE extensions supported by the compiler -AX_SSE() +#AX_SSE() # use system libs3? AC_ARG_WITH([system-libs3],