diff Makefile.gen @ 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 2cbe74477441
children 245b15cd1919
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