From 4347d2d823b1a73499a118fbd0ed3e984dc3e63e Mon Sep 17 00:00:00 2001 From: Dipal M Zambare Date: Fri, 6 Nov 2020 11:07:41 +0530 Subject: [PATCH] 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 --- configure | 9 --------- 1 file changed, 9 deletions(-) diff --git a/configure b/configure index 0b2dc0fd4..2225f4c63 100755 --- a/configure +++ b/configure @@ -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