mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-09 22:37:55 +00:00
Fix sse2 support (thanks jpillon)
This commit is contained in:
parent
34936903fc
commit
ef7f976dc9
@ -467,7 +467,7 @@ AS_CASE(["$ARG_ENABLE_SSE2"],
|
|||||||
["yes"|"on"], [
|
["yes"|"on"], [
|
||||||
AC_MSG_RESULT([yes])
|
AC_MSG_RESULT([yes])
|
||||||
AC_DEFINE([USE_SSE2],[1],[Enable SSE2])
|
AC_DEFINE([USE_SSE2],[1],[Enable SSE2])
|
||||||
COMPILETIME_OPTIONS="$COMPILETIME_OPTIONS -DUSE_SSE2 -msse2 "
|
CXXFLAGS="$CXXFLAGS -DUSE_SSE2 -msse2 "
|
||||||
],
|
],
|
||||||
["no"|"off"], [
|
["no"|"off"], [
|
||||||
AC_MSG_RESULT([no])
|
AC_MSG_RESULT([no])
|
||||||
|
Loading…
Reference in New Issue
Block a user