Skip to content

Commit cb3cb4a

Browse files
committed
sde
1 parent 0b4fafc commit cb3cb4a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

script/testga.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ fi
7777
if [ "$(cat /proc/cpuinfo | grep -c avx512)" -ne 0 ] && [ -f "j64/libjavx512.$ext" ] ; then
7878
j64/jconsole -lib libjavx512.$ext testga.ijs
7979
elif [ -f "$SDE_PATH/sde" ] && [ -f "j64/libjavx512.$ext" ] ; then
80-
$SDE_PATH/sde -skl -- j64/jconsole -lib libjavx512.$ext testga.ijs
80+
# don't know why complaint illegal instruction for skylake
81+
# $SDE_PATH/sde -skl -- j64/jconsole -lib libjavx512.$ext testga.ijs
82+
$SDE_PATH/sde -- j64/jconsole -lib libjavx512.$ext testga.ijs
8183
fi
8284
if [ -f "j32/libj.$ext" ] ; then
8385
j32/jconsole -lib libj.$ext testga.ijs

0 commit comments

Comments
 (0)