File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ AC_PROG_CC
13
13
AC_USE_SYSTEM_EXTENSIONS
14
14
AC_CHECK_PROG ( [ VALGRIND] ,[ valgrind] ,[ valgrind] ,[ ] )
15
15
AC_CHECK_PROG ( [ WINE] ,[ wine64] ,[ wine64] ,[ ] )
16
- AC_CHECK_PROG ( [ SDE] ,[ sde ] ,[ sde ] ,[ ] )
16
+ AC_CHECK_PROG ( [ SDE] ,[ sde64 ] ,[ sde64 ] ,[ ] )
17
17
AC_CHECK_PROG ( [ ADVD2] ,[ advd2] ,[ advd2] ,[ ] )
18
18
AM_CONDITIONAL(HAVE_ADVD2, [ test x"$ADVD2" != x] )
19
19
@@ -340,8 +340,8 @@ dnl nhm -> Nehalem with SSE4.2
340
340
dnl hsw -> Haswell with AVX2
341
341
dnl knl -> Knights Landing with AVX512
342
342
[
343
- TESTENV_SSE2="$SDE -p4p --"
344
- TESTENV_SSSE3="$SDE -mrm --"
343
+ TESTENV_SSE2="$SDE -chip-check-exe-only - p4p --"
344
+ TESTENV_SSSE3="$SDE -chip-check-exe-only - mrm --"
345
345
TESTENV_SSE42="$SDE -nhm --"
346
346
TESTENV_AVX2="$SDE -hsw --"
347
347
EMULATOR=1
You can’t perform that action at this time.
0 commit comments