| Index: src/opts/SkNx_neon.h
|
| diff --git a/src/opts/SkNx_neon.h b/src/opts/SkNx_neon.h
|
| index e9e7bf52306deae0159e2b454a8561f03349672d..660b92c6b0c48511e53d1da57450d917eeaf2371 100644
|
| --- a/src/opts/SkNx_neon.h
|
| +++ b/src/opts/SkNx_neon.h
|
| @@ -7,6 +7,8 @@
|
|
|
| #ifndef SkNx_neon_DEFINED
|
| #define SkNx_neon_DEFINED
|
| +
|
| +namespace { // See SkNx.h
|
|
|
| // Well, this is absurd. The shifts require compile-time constant arguments.
|
|
|
| @@ -381,4 +383,6 @@
|
| #undef SHIFT16
|
| #undef SHIFT8
|
|
|
| +} // namespace
|
| +
|
| #endif//SkNx_neon_DEFINED
|
|
|