Skip to content
This repository has been archived by the owner on Sep 2, 2019. It is now read-only.

Commit

Permalink
enable SSE2 instructions only for x64
Browse files Browse the repository at this point in the history
  • Loading branch information
rindeal committed Feb 11, 2015
1 parent 5525508 commit e4110e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion premake4.lua
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ solution "SQLite3"
"FloatStrict",
"NoPCH",
"StaticRuntime",
"EnableSSE2", --- SSE2 instructions
}
defines {
"_WINDOWS",
Expand Down Expand Up @@ -145,6 +144,9 @@ solution "SQLite3"
libdirs {
-- "lib/icu",
}
flags{
"EnableSSE2", --- SSE2 instructions, enabled by default for x64
}

-- x64
configuration "x64"
Expand Down

0 comments on commit e4110e9

Please # to comment.