changeset 284:d47e8cafaa63

Add -msse2 if DM_USE_SIMD is enabled.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 11 Oct 2012 08:55:21 +0300
parents 4d42b8910d7e
children 245b15cd1919
files Makefile.gen
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.gen	Thu Oct 11 08:50:03 2012 +0300
+++ b/Makefile.gen	Thu Oct 11 08:55:21 2012 +0300
@@ -26,7 +26,7 @@
 
 # Enable SIMD routines, if requested
 ifeq ($(DM_USE_SIMD),yes)
-DM_CFLAGS+=-DDM_USE_SIMD
+DM_CFLAGS+=-DDM_USE_SIMD -msse2
 endif
 
 # Enable Tremor Ogg Vorbis decoder