Committed upstream.

This commit is contained in:
jca 2016-06-11 15:56:02 +00:00
parent bc941655b5
commit 0129efef49
2 changed files with 6 additions and 2 deletions

View File

@ -1,7 +1,9 @@
$OpenBSD: patch-cipher_crc-intel-pclmul_c,v 1.3 2016/05/08 23:21:29 jca Exp $
$OpenBSD: patch-cipher_crc-intel-pclmul_c,v 1.4 2016/06/11 15:56:02 jca Exp $
1. disable plcmul (actually SSE4.1) for CRC, asm instructions unknown to base gcc
"crc-intel-pclmul.c:369: Error: no such instruction: `pextrd $1,%xmm0,(%rdi)'"
Committed upstream:
http://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgcrypt.git;a=commitdiff;h=3e8074ecd3a534e8bd7f11cf17f0b22d252584c8
2.
From: Werner Koch <wk@gnupg.org>

View File

@ -1,7 +1,9 @@
$OpenBSD: patch-cipher_crc_c,v 1.2 2016/05/08 23:21:29 jca Exp $
$OpenBSD: patch-cipher_crc_c,v 1.3 2016/06/11 15:56:02 jca Exp $
disable plcmul (actually SSE4.1) for CRC, asm instructions unknown to base gcc
"crc-intel-pclmul.c:369: Error: no such instruction: `pextrd $1,%xmm0,(%rdi)'"
Committed upstream:
http://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgcrypt.git;a=commitdiff;h=3e8074ecd3a534e8bd7f11cf17f0b22d252584c8
--- cipher/crc.c.orig Sun May 8 18:58:27 2016
+++ cipher/crc.c Sun May 8 18:58:46 2016