[PATCH] D155147: [X86] Add SM3 instructions.

Phoebe Wang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 18 07:24:28 PDT 2023


pengfei added inline comments.


================
Comment at: clang/lib/Headers/sm3intrin.h:69
+/// dst.dword[2] := P1(TMP2)
+/// dst.dword[3] := P1(TMP3)
+/// \endcode
----------------
`DEST[MAX:128] := 0` the same to below.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D155147



More information about the cfe-commits mailing list