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

Commit e4110e9

Browse files
committed
enable SSE2 instructions only for x64
1 parent 5525508 commit e4110e9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

premake4.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ solution "SQLite3"
104104
"FloatStrict",
105105
"NoPCH",
106106
"StaticRuntime",
107-
"EnableSSE2", --- SSE2 instructions
108107
}
109108
defines {
110109
"_WINDOWS",
@@ -145,6 +144,9 @@ solution "SQLite3"
145144
libdirs {
146145
-- "lib/icu",
147146
}
147+
flags{
148+
"EnableSSE2", --- SSE2 instructions, enabled by default for x64
149+
}
148150

149151
-- x64
150152
configuration "x64"

0 commit comments

Comments
 (0)