Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(303)

Unified Diff: BUILD.gn

Issue 2340933005: Enable NEON for unittests on ios 64 bit. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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" ]
}
« no previous file with comments | « no previous file | README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698