| Index: libvpx_srcs_x86_intrinsics.gypi
|
| diff --git a/libvpx_srcs_x86_intrinsics.gypi b/libvpx_srcs_x86_intrinsics.gypi
|
| index bd81bd9b03ea87d9d9131e4469e324eb73a5434d..42eac1ac78022b4a3a5a8ac8e5ac433ad430b803 100644
|
| --- a/libvpx_srcs_x86_intrinsics.gypi
|
| +++ b/libvpx_srcs_x86_intrinsics.gypi
|
| @@ -118,7 +118,7 @@
|
| 'xcode_settings': { 'OTHER_CFLAGS': [ '-mavx2' ] },
|
| 'msvs_settings': {
|
| 'VCCLCompilerTool': {
|
| - 'EnableEnhancedInstructionSet': '3', # /arch:AVX
|
| + 'EnableEnhancedInstructionSet': '5', # /arch:AVX2
|
| },
|
| },
|
| },
|
|
|