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:
@@ -80,7 +80,10 @@
|
|||||||
#error Please add support for your architecture in typedefs.h
|
#error Please add support for your architecture in typedefs.h
|
||||||
#endif
|
#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
|
#define WEBRTC_USE_SSE2
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user