| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index e309e803d6e259f9bdcb48a2b1a78cf61f13f3f3..e2deffafaac2330c80ae97cb46b10035cd820d41 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -182,9 +182,6 @@ if (libyuv_include_tests) {
|
| if (is_linux) {
|
| cflags = [ "-fexceptions" ]
|
| }
|
| - if (is_ios && target_cpu=="arm64") {
|
| - defines += [ "LIBYUV_DISABLE_NEON" ]
|
| - }
|
| if (is_ios) {
|
| configs -= [ "//build/config/compiler:default_symbols" ]
|
| configs += [ "//build/config/compiler:symbols" ]
|
| @@ -246,10 +243,6 @@ if (libyuv_include_tests) {
|
| ]
|
| deps = [ ":libyuv" ]
|
|
|
| - if (is_ios && target_cpu=="arm64") {
|
| - # TODO(fbarchard): Enable Neon. See https://crbug.com/646279
|
| - defines = [ "LIBYUV_DISABLE_NEON" ]
|
| - }
|
| if (!is_ios && !libyuv_disable_jpeg) {
|
| defines = [ "HAVE_JPEG" ]
|
| }
|
|
|