[PATCH] D90822: [X86] use macros to split GFNI intrinsics into different kinds

Freddy, Ye via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 4 21:48:46 PST 2020


FreddyYe created this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
FreddyYe requested review of this revision.

Tremont microarchitecture only has GFNI(SSE) version, not AVX and
AVX512 version. This patch is to avoid compiling fail on Windows when
using -march=tremont to invoke one of GFNI(SSE) intrinsic.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D90822

Files:
  clang/lib/Headers/gfniintrin.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90822.303034.patch
Type: text/x-patch
Size: 6886 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201105/4ef9f830/attachment.bin>


More information about the cfe-commits mailing list