mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-09 23:45:36 +00:00
GEN SIMD build fix
This commit is contained in:
parent
433afd36f5
commit
595f1ce371
@ -222,8 +222,8 @@ case ${ax_cv_cxx_compiler_vendor} in
|
||||
SIMD_FLAGS='-xmic-avx512';;
|
||||
GEN)
|
||||
AC_DEFINE([GEN],[1],[generic vector code])
|
||||
AC_DEFINE([GEN_SIMD_WIDTH],[$ac_gen_simd_width],
|
||||
[generic SIMD vector width (in bytes)])
|
||||
AC_DEFINE_UNQUOTED([GEN_SIMD_WIDTH],[$ac_gen_simd_width],
|
||||
[generic SIMD vector width (in bytes)])
|
||||
SIMD_GEN_WIDTH_MSG=" (width= $ac_gen_simd_width)"
|
||||
SIMD_FLAGS='';;
|
||||
*)
|
||||
|
Loading…
Reference in New Issue
Block a user