Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (848dc87355977c323183357f4d764b246e281283)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (848dc87355977c323183357f4d764b246e281283)
  • Date: Sun, 4 Mar 2018 08:59:17 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

libs/sdl2/CONFIGURE | 4 ++--
libs/sdl2/HISTORY | 3 +++
2 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 848dc87355977c323183357f4d764b246e281283
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

sdl2 - fix sse? flags

diff --git a/libs/sdl2/CONFIGURE b/libs/sdl2/CONFIGURE
index f59a45a..787cc16 100755
--- a/libs/sdl2/CONFIGURE
+++ b/libs/sdl2/CONFIGURE
@@ -57,10 +57,10 @@ config_query_option SDL2_OPTS "Use 3DNow! assembly
routines?" y \
"--enable-3dnow" "--disable-3dnow" &&

config_query_option SDL2_OPTS "Use SSE assembly routines?" y \
- "--enable-sse" "--enable-sse" &&
+ "--enable-sse" "--disable-sse" &&

config_query_option SDL2_OPTS "Use SSE2 assembly routines?" n \
- "--enable-sse2" "--enable-sse2" &&
+ "--enable-sse2" "--disable-sse2" &&

config_query_option SDL2_OPTS "Use Altivec assembly routines?" y \

diff --git a/libs/sdl2/HISTORY b/libs/sdl2/HISTORY
index d75bf4a..4363228 100644
--- a/libs/sdl2/HISTORY
+++ b/libs/sdl2/HISTORY
@@ -1,3 +1,6 @@
+2018-02-01 Treeve Jelbert <treeve AT sourcemage.org>
+ * CONFIGURE: fix sse? flags
+
2018-03-02 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 2.0.8




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (848dc87355977c323183357f4d764b246e281283), Treeve Jelbert, 03/04/2018

Archive powered by MHonArc 2.6.24.

Top of Page