Faster crc32 implementation (#1294)
* Add Pclmulqdq intrinsic * Implement crc32 in terms of pclmulqdq * Address PR comments
This commit is contained in:
parent
bcb7761eac
commit
f8cd072b62
6 changed files with 160 additions and 26 deletions
|
@ -71,6 +71,7 @@ namespace ARMeilleure.IntermediateRepresentation
|
|||
X86Pavgb,
|
||||
X86Pavgw,
|
||||
X86Pblendvb,
|
||||
X86Pclmulqdq,
|
||||
X86Pcmpeqb,
|
||||
X86Pcmpeqd,
|
||||
X86Pcmpeqq,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue