Commit 01675d80 by Jamie Madill

Use correct SSE header on OSX.

This fixes the compile errors in loadImageSSE2.cpp. BUG=angle:773 This reverts commit a93192369eb448e932bcdd1e08ae791aacfbe0c4. Change-Id: I31bc419cd3930ae129903b935f49a3c9b27fc887 Reviewed-on: https://chromium-review.googlesource.com/238448Tested-by: 's avatarJamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org>
parent 3b9bb72b
...@@ -76,4 +76,9 @@ ...@@ -76,4 +76,9 @@
# undef far # undef far
#endif #endif
#ifdef ANGLE_PLATFORM_APPLE
// TODO(jmadill): other OSX-specific includes
#include <x86intrin.h>
#endif
#endif // COMMON_PLATFORM_H_ #endif // COMMON_PLATFORM_H_
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment