git: 2c22ccc55ff6 - main - graphics/squish: enable ALTIVEC on powerpc64*
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 27 Apr 2022 22:44:55 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=2c22ccc55ff64a9f76f5b482fed38d098b0abcc1 commit 2c22ccc55ff64a9f76f5b482fed38d098b0abcc1 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2022-04-27 19:44:56 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2022-04-27 22:44:46 +0000 graphics/squish: enable ALTIVEC on powerpc64* --- graphics/squish/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graphics/squish/Makefile b/graphics/squish/Makefile index 6e3ff3cbe9b1..7ee41ad69a63 100644 --- a/graphics/squish/Makefile +++ b/graphics/squish/Makefile @@ -21,6 +21,8 @@ USE_LDCONFIG= yes OPTIONS_RADIO= RG1 OPTIONS_RADIO_RG1= ALTIVEC SSE OPTIONS_DEFAULT_amd64= SSE +OPTIONS_DEFAULT_powerpc64= ALTIVEC +OPTIONS_DEFAULT_powerpc64le= ALTIVEC ALTIVEC_DESC= Use Altivec instructions RG1_DESC= Optimizations Selection