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

Disable color matrix neon code that fails unittests.

BUG=371
TESTED=locally tested by arm
R=harryjin@google.com

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

git-svn-id: http://libyuv.googlecode.com/svn/trunk@1209 16f28f9a-4ce2-e073-06de-1de4eb20be90
parent 284d6bdf
......@@ -329,8 +329,9 @@ extern "C" {
#define HAS_SOBELXROW_NEON
#define HAS_SOBELXYROW_NEON
#define HAS_SOBELYROW_NEON
// TODO(fbarchard): Fix ARGBColorMatrix Neon version and reenable.
// #define HAS_ARGBCOLORMATRIXROW_NEON
// TODO(fbarchard): Test the following 3 work on 32 bit arm.
#define HAS_ARGBCOLORMATRIXROW_NEON
#define HAS_ARGBSETROWS_NEON
#define HAS_ARGBSHUFFLEROW_NEON
#endif
......
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