mirror of
https://github.com/amd/blis.git
synced 2026-04-19 23:28:52 +00:00
Re-enable support for Intel 19+ compiler.
Note that there is know issue with Intel 19+ as explained in https://github.com/flame/blis/issues/371. AMD version needs this support as some user applications need ICC support. AMD-Internal: [CPUPL-1223] Change-Id: I86ddee068ae18bd940a5952d60960228d8100e97
This commit is contained in:
committed by
Dipal M Zambare
parent
7427f23763
commit
da801c6055
9
configure
vendored
9
configure
vendored
@@ -1453,15 +1453,6 @@ check_compiler()
|
||||
blacklistcc_add "skx"
|
||||
fi
|
||||
fi
|
||||
if [ ${cc_major} -eq 18 ]; then
|
||||
echo "${script_name}: ${cc} ${cc_version} is known to cause erroneous results. See https://github.com/flame/blis/issues/371 for details."
|
||||
blacklistcc_add "knl"
|
||||
blacklistcc_add "skx"
|
||||
fi
|
||||
if [ ${cc_major} -ge 19 ]; then
|
||||
echo "${script_name}: ${cc} ${cc_version} is known to cause erroneous results. See https://github.com/flame/blis/issues/371 for details."
|
||||
echoerr_unsupportedcc
|
||||
fi
|
||||
fi
|
||||
|
||||
# clang
|
||||
|
||||
Reference in New Issue
Block a user