| Index: media/base/vector_math_testing.h
|
| diff --git a/media/base/vector_math_testing.h b/media/base/vector_math_testing.h
|
| index b0b304409ddced0f362f1c7919aa43503316d906..9240fbf54f4f92a1624f5234901ded38d1316f9c 100644
|
| --- a/media/base/vector_math_testing.h
|
| +++ b/media/base/vector_math_testing.h
|
| @@ -19,7 +19,7 @@ MEDIA_EXPORT void FMUL_C(const float src[], float scale, int len, float dest[]);
|
| MEDIA_EXPORT std::pair<float, float> EWMAAndMaxPower_C(
|
| float initial_value, const float src[], int len, float smoothing_factor);
|
|
|
| -#if defined(ARCH_CPU_X86_FAMILY)
|
| +#if defined(ARCH_CPU_X86_FAMILY) && !defined(OS_NACL)
|
| MEDIA_EXPORT void FMAC_SSE(const float src[], float scale, int len,
|
| float dest[]);
|
| MEDIA_EXPORT void FMUL_SSE(const float src[], float scale, int len,
|
|
|