Temporarily disabling SSE2 on Windows again until we can build on VS 2005.

Skipping review because the build is broken on Windows.
Review URL: http://webrtc-codereview.appspot.com/156003

git-svn-id: http://webrtc.googlecode.com/svn/trunk@617 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
andrew@webrtc.org 2011-09-19 02:28:49 +00:00
parent d02dc6e682
commit 67812a4621

View File

@ -80,7 +80,10 @@
#error Please add support for your architecture in typedefs.h
#endif
#if defined(__SSE2__) || defined(_MSC_VER)
// TODO(andrew): Enable on Windows. Temporarily disabled again until we can
// build on VS 2005...
//#if defined(__SSE2__) || defined(_MSC_VER)
#if defined(__SSE2__)
#define WEBRTC_USE_SSE2
#endif