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

Unified Diff: BUILD.gn

Issue 2553403002: Add MSA optimized TransposeWx8_MSA and TransposeUVWx8_MSA functions (Closed)
Patch Set: Changes as per review comments Created 4 years 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 | « Android.mk ('k') | CMakeLists.txt » ('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 c63faf5c52018fb828dddc42e5dcee56c9ff5cc6..79ee567a97cca026ab93b1c946d24447363cd339 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -165,6 +165,7 @@ if (libyuv_use_msa) {
# MSA Source Files
"source/row_msa.cc",
"source/scale_msa.cc",
+ "source/rotate_msa.cc",
]
public_configs = [ ":libyuv_config" ]
« no previous file with comments | « Android.mk ('k') | CMakeLists.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698