Index: libvpx.gyp |
=================================================================== |
--- libvpx.gyp (revision 263116) |
+++ libvpx.gyp (working copy) |
@@ -130,8 +130,7 @@ |
#'libvpx_intrinsics_sse4_1', |
# Currently no avx intrinsic functions |
#'libvpx_intrinsics_avx', |
- # Add avx2 support when VS2013 lands: crbug.com/328981 |
- #'libvpx_intrinsics_avx2', |
+ 'libvpx_intrinsics_avx2', |
], |
}], |
['target_arch=="arm64"', { |
@@ -156,8 +155,7 @@ |
#'libvpx_intrinsics_sse4_1', |
# Currently no avx intrinsic functions |
#'libvpx_intrinsics_avx', |
- # Add avx2 support when VS2013 lands: crbug.com/328981 |
- #'libvpx_intrinsics_avx2', |
+ 'libvpx_intrinsics_avx2', |
], |
}], |
], |