Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Sep 2014 04:49:52 GMT
From:      John-Mark Gurney <jmg@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 1198963 for review
Message-ID:  <201409080449.s884nq9D022290@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@1198963?ac=10

Change 1198963 by jmg@jmg_carbon2 on 2014/08/20 22:12:36

	enable pclmul for aesni_ghash...
	
	Sponsored by:	FreeBSD Foundation
	Found by:	rrs

Affected files ...

.. //depot/projects/opencrypto/sys/conf/files.amd64#3 edit
.. //depot/projects/opencrypto/sys/conf/files.i386#4 edit

Differences ...

==== //depot/projects/opencrypto/sys/conf/files.amd64#3 (text+ko) ====

@@ -132,7 +132,7 @@
 crypto/aesni/aesni.c		optional aesni
 aesni_ghash.o			optional aesni				\
 	dependency	"$S/crypto/aesni/aesni_ghash.c"			\
-	compile-with	"${CC} -c ${CFLAGS:C/^-O2$/-O3/:N-nostdinc} ${WERROR} ${PROF} -mmmx -msse -maes ${.IMPSRC}" \
+	compile-with	"${CC} -c ${CFLAGS:C/^-O2$/-O3/:N-nostdinc} ${WERROR} ${PROF} -mmmx -msse -maes -mpclmul ${.IMPSRC}" \
 	no-implicit-rule						\
 	clean		"aesni_ghash.o"
 aesni_wrap.o			optional aesni				\

==== //depot/projects/opencrypto/sys/conf/files.i386#4 (text+ko) ====

@@ -117,7 +117,7 @@
 crypto/aesni/aesni.c		optional aesni
 aesni_ghash.o			optional aesni				\
 	dependency	"$S/crypto/aesni/aesni_ghash.c"			\
-	compile-with	"${CC} -c ${CFLAGS:C/^-O2$/-O3/:N-nostdinc} ${WERROR} ${PROF} -mmmx -msse -maes ${.IMPSRC}" \
+	compile-with	"${CC} -c ${CFLAGS:C/^-O2$/-O3/:N-nostdinc} ${WERROR} ${PROF} -mmmx -msse -maes -mpclmul ${.IMPSRC}" \
 	no-implicit-rule						\
 	clean		"aesni_ghash.o"
 aesni_wrap.o			optional aesni				\



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409080449.s884nq9D022290>