]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
erasure-code: deactivate SSE optimizations 1524/head
authorLoic Dachary <loic@dachary.org>
Mon, 24 Mar 2014 08:14:22 +0000 (09:14 +0100)
committerLoic Dachary <loic@dachary.org>
Mon, 24 Mar 2014 08:14:57 +0000 (09:14 +0100)
Workaround until the bug is diagnosed and fixed

http://tracker.ceph.com/issues/7826 refs #7826

Signed-off-by: Loic Dachary <loic@dachary.org>
configure.ac

index f001d2f6fa93965b1d5cbea2f4e5eb4f9c988813..5ff7a06e63aa68776ea92d5064d01e6985138280 100644 (file)
@@ -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],