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

Unified Diff: libyuv.gypi

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 | « include/libyuv/rotate_row.h ('k') | source/rotate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libyuv.gypi
diff --git a/libyuv.gypi b/libyuv.gypi
index 218d25d93409a7a019046127c2b310e80a950b22..165d92973cfb2b5de58cfa3fb80ad31f016f0e4d 100644
--- a/libyuv.gypi
+++ b/libyuv.gypi
@@ -55,6 +55,7 @@
'source/rotate_common.cc',
'source/rotate_gcc.cc',
'source/rotate_mips.cc',
+ 'source/rotate_msa.cc',
'source/rotate_neon.cc',
'source/rotate_neon64.cc',
'source/rotate_win.cc',
« no previous file with comments | « include/libyuv/rotate_row.h ('k') | source/rotate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698