enable NEON for Windows ARM builds

Change-Id: I230b353214ce44ab29ffd2df6ccd14345d6578e8
This commit is contained in:
James Zern 2015-01-09 19:10:58 -08:00
parent 3f6615ac26
commit 4f43d38ca8

View File

@ -72,6 +72,11 @@ extern "C" {
#define WEBP_USE_NEON
#endif
#if defined(_MSC_VER) && _MSC_VER >= 1700 && defined(_M_ARM)
#define WEBP_USE_NEON
#define USE_INTRINSICS
#endif
#if defined(__mips__) && !defined(__mips64) && (__mips_isa_rev < 6)
#define WEBP_USE_MIPS32
#if (__mips_isa_rev >= 2)