mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-09 14:28:22 +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"], [
|
||||
AC_MSG_RESULT([yes])
|
||||
AC_DEFINE([USE_SSE2],[1],[Enable SSE2])
|
||||
COMPILETIME_OPTIONS="$COMPILETIME_OPTIONS -DUSE_SSE2 -msse2 "
|
||||
CXXFLAGS="$CXXFLAGS -DUSE_SSE2 -msse2 "
|
||||
],
|
||||
["no"|"off"], [
|
||||
AC_MSG_RESULT([no])
|
||||
|
Loading…
Reference in New Issue
Block a user