| Index: src/opts/SkNx_neon.h
|
| diff --git a/src/opts/SkNx_neon.h b/src/opts/SkNx_neon.h
|
| index 08691fef423aaaa185de0d756d9ebe49c9dab7fd..2087b8899bee6d68790eaa23e2b1d6d96874e5af 100644
|
| --- a/src/opts/SkNx_neon.h
|
| +++ b/src/opts/SkNx_neon.h
|
| @@ -8,7 +8,7 @@
|
| #ifndef SkNx_neon_DEFINED
|
| #define SkNx_neon_DEFINED
|
|
|
| -#include <arm_neon.h>
|
| +namespace { // See SkNx.h
|
|
|
| // Well, this is absurd. The shifts require compile-time constant arguments.
|
|
|
| @@ -380,4 +380,6 @@ public:
|
| #undef SHIFT16
|
| #undef SHIFT8
|
|
|
| +} // namespace
|
| +
|
| #endif//SkNx_neon_DEFINED
|
|
|