1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-15 14:27:06 +01:00

Drop f16c from SSE because of a macos compile error on travis

This commit is contained in:
paboyle
2017-04-13 11:23:41 +01:00
parent 1c25773319
commit 73cdf0fffe
2 changed files with 11 additions and 7 deletions

View File

@ -176,7 +176,8 @@ case ${ax_cv_cxx_compiler_vendor} in
case ${ac_SIMD} in
SSE4)
AC_DEFINE([SSE4],[1],[SSE4 intrinsics])
SIMD_FLAGS='-msse4.2 -mf16c';;
# SIMD_FLAGS='-msse4.2 -mf16c';;
SIMD_FLAGS='-msse4.2';;
AVX)
AC_DEFINE([AVX1],[1],[AVX intrinsics])
SIMD_FLAGS='-mavx -mf16c';;