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

Unified Diff: libyuv.gyp

Issue 2035573002: ARGBExtractAlpha 16 pixels at a time for ARM (Closed) Base URL: https://chromium.googlesource.com/libyuv/libyuv@master
Patch Set: tested variations of 64 bit Created 4 years, 6 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 | « include/libyuv/version.h ('k') | source/planar_functions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libyuv.gyp
diff --git a/libyuv.gyp b/libyuv.gyp
index ed7c40c7c42d8594101718ab4a0c1112941d6d58..db4b549043669f09a48cdf0afa472abf7e7e1845 100644
--- a/libyuv.gyp
+++ b/libyuv.gyp
@@ -61,6 +61,7 @@
'-mfpu=vfp',
'-mfpu=vfpv3',
'-mfpu=vfpv3-d16',
+ # '-mthumb', # arm32 not thumb
],
'conditions': [
# Disable LTO in libyuv_neon target due to gcc 4.9 compiler bug.
@@ -74,6 +75,7 @@
['target_arch != "arm64"', {
'cflags': [
'-mfpu=neon',
+ # '-marm', # arm32 not thumb
harryjin 2016/06/07 02:52:29 arm?
fbarchard1 2016/06/07 03:07:40 arm code is 32 bit instructions thumb code is 16 b
],
}],
],
« no previous file with comments | « include/libyuv/version.h ('k') | source/planar_functions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698