From 1bc680ebfffa20a381a41276efc5435941cb28cc Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Mon, 24 Mar 2014 09:14:22 +0100 Subject: [PATCH] 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f001d2f6fa939..5ff7a06e63aa6 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], -- 2.39.5