[PATCH] D112777: [X86][FP16] add alias for *_fmul_pch intrinsics

Phoebe Wang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Nov 7 17:05:11 PST 2021


pengfei added inline comments.


================
Comment at: clang/lib/Headers/avx512fp16intrin.h:3174
+
 #define _mm512_fmul_round_pch(A, B, R)                                         \
   ((__m512h)__builtin_ia32_vfmulcph512_mask(                                   \
----------------
Missing these?
How about define all use macro together somewhere with comment to say thay are just aliases?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112777/new/

https://reviews.llvm.org/D112777



More information about the cfe-commits mailing list