[PATCH] D25902: [AVX-512] Fix the operand order for all calls to __builtin_ia32_vfmaddss3_mask.

Craig Topper via cfe-commits cfe-commits at lists.llvm.org
Sun Oct 23 23:12:35 PDT 2016


craig.topper created this revision.
craig.topper added reviewers: delena, igorb.
craig.topper added a subscriber: cfe-commits.

The preserved input should be the first argument and the vector inputs should be in the same order as the intrinsics it is used to implement.


https://reviews.llvm.org/D25902

Files:
  lib/Headers/avx512fintrin.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25902.75557.patch
Type: text/x-patch
Size: 8248 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161024/5095bd08/attachment.bin>


More information about the cfe-commits mailing list