pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

libretro-pcsx-rearmed: enable simd on armv7 by default



Module Name:	pkgsrc-wip
Committed By:	Nia Alarie <nia.alarie%gmail.com@localhost>
Pushed By:	nee
Date:		Sun Jun 18 12:35:35 2017 +0100
Changeset:	8cf8ca814d5373ecb31afb0d876cfd45bc4294d0

Modified Files:
	libretro-pcsx-rearmed/options.mk

Log Message:
libretro-pcsx-rearmed: enable simd on armv7 by default

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8cf8ca814d5373ecb31afb0d876cfd45bc4294d0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libretro-pcsx-rearmed/options.mk | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/libretro-pcsx-rearmed/options.mk b/libretro-pcsx-rearmed/options.mk
index 6c781c57be..c2264d3605 100644
--- a/libretro-pcsx-rearmed/options.mk
+++ b/libretro-pcsx-rearmed/options.mk
@@ -11,6 +11,7 @@ PKG_SUGGESTED_OPTIONS+=	dynarec
 
 .if !empty(MACHINE_ARCH:M*armv7*)
 PKG_SUPPORTED_OPTIONS+=	simd
+PKG_SUGGESTED_OPTIONS+=	simd
 .endif
 
 .include "../../mk/bsd.options.mk"


Home | Main Index | Thread Index | Old Index