summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/SConscript
diff options
context:
space:
mode:
authorXTra.KrazzY <XTra.KrazzY@gmail.com>2009-01-14 11:28:48 +0000
committerXTra.KrazzY <XTra.KrazzY@gmail.com>2009-01-14 11:28:48 +0000
commitb252be40cf361c7c9caad0e450b5b6cdbafb0abe (patch)
tree9aa372d47d6632ade3d38d88211f6f89a5cee2c5 /Source/Core/VideoCommon/Src/SConscript
parented3281290d8e8b5d721b217b2ffe449d03b56526 (diff)
Added S-SSE3 implementation of one perf. critical texture decoder, please notify me if it breaks anything. Thanks.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1868 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon/Src/SConscript')
-rw-r--r--Source/Core/VideoCommon/Src/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/Src/SConscript b/Source/Core/VideoCommon/Src/SConscript
index f7274bedd4..0328d6595d 100644
--- a/Source/Core/VideoCommon/Src/SConscript
+++ b/Source/Core/VideoCommon/Src/SConscript
@@ -30,4 +30,5 @@ files = [
env_common = env.Clone()
env_common.Append(CXXFLAGS = [ '-fPIC' ])
+env_common.Append(CXXFLAGS = [ '-mssse3' ]) # For TextureDecoder
env_common.StaticLibrary("videocommon", files)