Commit d5b5594f authored by fbarchard@google.com's avatar fbarchard@google.com

Enable 3 neon functions for arm 32 bit. The functions were there, but the…

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
parent 044938f4
Name: libyuv
URL: http://code.google.com/p/libyuv/
Version: 1190
Version: 1191
License: BSD
License File: LICENSE
......
......@@ -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
......
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment