mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
F16c apparently requires AVX, even if the 128 bit are used.
Seems odd.
This commit is contained in:
parent
75ea306ce9
commit
d3b9a7fa14
@ -189,7 +189,7 @@ 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';;
|
||||
AVX)
|
||||
AC_DEFINE([AVX1],[1],[AVX intrinsics])
|
||||
SIMD_FLAGS='-mavx -mf16c';;
|
||||
|
Loading…
Reference in New Issue
Block a user