This is an archive of the discontinued LLVM Phabricator instance.

Replace platform macro with KMP_MIC_SUPPORTED
ClosedPublic

Authored by jlpeyton on Jun 12 2017, 1:18 PM.

Details

Summary

Replace the KMP_ARCH_X86_64 && (KMP_OS_LINUX || KMP_OS_WINDOWS) platform specific pattern with KMP_MIC_SUPPORTED. This patch also allows 32-bit to support KNL.

Diff Detail

Repository
rL LLVM

Event Timeline

jlpeyton created this revision.Jun 12 2017, 1:18 PM
This revision is now accepted and ready to land.Jun 12 2017, 1:50 PM
This revision was automatically updated to reflect the committed changes.