When using Intel compiler, enable std3 einspline routines and disable less performing SSE implementations by default.

git-svn-id: https://subversion.assembla.com/svn/qmcdev/trunk@7169 e5b18d87-469d-4833-9cc0-8cdfa06e9491
This commit is contained in:
Ye Luo 2016-10-07 23:12:23 +00:00
parent 9cbc1bff81
commit 6308396db3
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ SET(HAVE_SSSE3 0)
SET(HAVE_SSE3 0)
SET(HAVE_SSE2 0)
SET(HAVE_SSE 0)
SET(SET_HAVE_SSE_FLAGS 1 CACHE BOOL "Use einspline routines with SSE intrinsics")
SET(SET_HAVE_SSE_FLAGS 0 CACHE BOOL "Use einspline routines with SSE intrinsics")
#check if the user has already specified -x option for cross-compiling.
if(CMAKE_CXX_FLAGS MATCHES "-x" OR CMAKE_C_FLAGS MATCHES "-x")