Enable 3 neon functions for arm 32 bit. The functions were there, but the macros were not. They've been on for 64 bit, so this reunifies them.

BUG=none
TESTED=try bots
R=tpsiaki@google.com

Review URL: https://webrtc-codereview.appspot.com/31099004

git-svn-id: http://libyuv.googlecode.com/svn/trunk@1192 16f28f9a-4ce2-e073-06de-1de4eb20be90
This commit is contained in:
fbarchard@google.com 2014-12-09 17:49:39 +00:00
parent 044938f485
commit d5b5594f8a
3 changed files with 3 additions and 8 deletions

View File

@ -1,6 +1,6 @@
Name: libyuv
URL: http://code.google.com/p/libyuv/
Version: 1190
Version: 1191
License: BSD
License File: LICENSE

View File

@ -334,12 +334,7 @@ extern "C" {
#define HAS_SOBELXROW_NEON
#define HAS_SOBELXYROW_NEON
#define HAS_SOBELYROW_NEON
#endif
// The following are available on only arm64 platforms:
// TODO(fbarchard): Port to 32 bit armv7.
#if !defined(LIBYUV_DISABLE_NEON) && defined(__aarch64__)
// TODO(fbarchard): Investigate neon unittest failure on 32 bit.
// TODO(fbarchard): Test the following 3 work on 32 bit arm.
#define HAS_ARGBCOLORMATRIXROW_NEON
#define HAS_ARGBSETROWS_NEON
#define HAS_ARGBSHUFFLEROW_NEON

View File

@ -11,6 +11,6 @@
#ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT
#define INCLUDE_LIBYUV_VERSION_H_
#define LIBYUV_VERSION 1190
#define LIBYUV_VERSION 1191
#endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT