From: Loic Dachary Date: Tue, 18 Mar 2014 10:05:36 +0000 (+0100) Subject: erasure-code: disable SSE extensions X-Git-Tag: v0.79~130^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1489%2Fhead;p=ceph.git erasure-code: disable SSE extensions Until jerasure-2 / gf-complete is able to detect them at runtime. http://tracker.ceph.com/issues/7757 refs #7757 Signed-off-by: Loic Dachary --- diff --git a/configure.ac b/configure.ac index 415e1a6e66b5..5145f095811f 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 by requesting cpuid -AX_EXT() +#AX_EXT() # use system libs3? AC_ARG_WITH([system-libs3],