git: a131fc63e927 - main - security/cryptopp: enable SIMD on powerpc64le by default
Piotr Kubaj
pkubaj at FreeBSD.org
Sun Apr 25 13:36:47 UTC 2021
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a131fc63e9274f63a98f98245405949a93d1b3fb
commit a131fc63e9274f63a98f98245405949a93d1b3fb
Author: Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-04-25 13:36:35 +0000
Commit: Piotr Kubaj <pkubaj at 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
More information about the dev-commits-ports-all
mailing list