diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-04-25 13:36:35 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-04-25 13:36:35 +0000 |
commit | a131fc63e9274f63a98f98245405949a93d1b3fb (patch) | |
tree | e504449ba9917b770381e558991089af0d1cf507 | |
parent | e3e220b283d68098adaa668ef2701bc0cc022992 (diff) | |
download | ports-a131fc63e9274f63a98f98245405949a93d1b3fb.tar.gz ports-a131fc63e9274f63a98f98245405949a93d1b3fb.zip |
security/cryptopp: enable SIMD on powerpc64le by default
No point in disabling AltiVec and VSX since both POWER8 and POWER9 have it.
-rw-r--r-- | security/cryptopp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |