From f8cd072b62808c8da06549807cc263003f0049b7 Mon Sep 17 00:00:00 2001 From: merry Date: Fri, 5 Jun 2020 11:58:27 +0100 Subject: Faster crc32 implementation (#1294) * Add Pclmulqdq intrinsic * Implement crc32 in terms of pclmulqdq * Address PR comments --- ARMeilleure/IntermediateRepresentation/Intrinsic.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'ARMeilleure/IntermediateRepresentation') diff --git a/ARMeilleure/IntermediateRepresentation/Intrinsic.cs b/ARMeilleure/IntermediateRepresentation/Intrinsic.cs index 28ec9f32..639ba7f9 100644 --- a/ARMeilleure/IntermediateRepresentation/Intrinsic.cs +++ b/ARMeilleure/IntermediateRepresentation/Intrinsic.cs @@ -71,6 +71,7 @@ namespace ARMeilleure.IntermediateRepresentation X86Pavgb, X86Pavgw, X86Pblendvb, + X86Pclmulqdq, X86Pcmpeqb, X86Pcmpeqd, X86Pcmpeqq, -- cgit v1.2.3