[PATCH] D107946: [X86] Reverse *_set_ph and *_setr_ph 's set order.

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 11 23:48:16 PDT 2021


craig.topper added inline comments.


================
Comment at: clang/lib/Headers/avx512fp16intrin.h:92
 
 #define _mm512_setr_ph(__h1, __h2, __h3, __h4, __h5, __h6, __h7, __h8, __h9,   \
                        __h10, __h11, __h12, __h13, __h14, __h15, __h16, __h17, \
----------------
Can we drop the underscores on these macro arguments?

Unless that would be inconsistent with the other setr implementations from sse/avx.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107946



More information about the cfe-commits mailing list