Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Apr 2021 13:36:47 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a131fc63e927 - main - security/cryptopp: enable SIMD on powerpc64le by default
Message-ID:  <202104251336.13PDalVL019637@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a131fc63e9274f63a98f98245405949a93d1b3fb

commit a131fc63e9274f63a98f98245405949a93d1b3fb
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-04-25 13:36:35 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-04-25 13:36:35 +0000

    security/cryptopp: enable SIMD on powerpc64le by default
    
    No point in disabling AltiVec and VSX since both POWER8 and POWER9 have it.
---
 security/cryptopp/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/security/cryptopp/Makefile b/security/cryptopp/Makefile
index 43cc37c2c969..f0e40036ee36 100644
--- a/security/cryptopp/Makefile
+++ b/security/cryptopp/Makefile
@@ -35,6 +35,7 @@ OPTIONS_DEFINE_powerpc=		SIMD
 OPTIONS_DEFINE_powerpc64=	SIMD
 OPTIONS_DEFINE_powerpc64le=	SIMD
 OPTIONS_DEFAULT=	TOOLS
+OPTIONS_DEFAULT_powerpc64le=	SIMD
 OPTIONS_SUB=		yes
 
 # Always compile with -DNDEBUG for release. Otherwise, sensitive



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