[PATCH] D83571: [RFC][WIP] New carry-less multiplication instruction llvm.experimental.clmul
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 10 10:16:15 PDT 2020
craig.topper added inline comments.
================
Comment at: llvm/docs/LangRef.rst:8417
+but with no carrying of overflow values. If the operands are polynomials in a
+Glois field of 2 elements, then this is equilivent to multiplication. Thus,
+this operation is also known as polynomial multiplication.
----------------
Glois - > Galois?
equivilent -> equivalent
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83571/new/
https://reviews.llvm.org/D83571
More information about the llvm-commits
mailing list