| Index: src/opts/SkBlend_opts.h
|
| diff --git a/src/opts/SkBlend_opts.h b/src/opts/SkBlend_opts.h
|
| index 2e6eff62773150439649d488dcab8b0469196867..2dcdcc7aaf1cd65f84b67f7742c1a5d1830347b1 100644
|
| --- a/src/opts/SkBlend_opts.h
|
| +++ b/src/opts/SkBlend_opts.h
|
| @@ -15,6 +15,10 @@ ninja -C out/Release dm nanobench ; and ./out/Release/dm --match Blend_opts ; an
|
| #include "SkNx.h"
|
| #include "SkPM4fPriv.h"
|
|
|
| +#if SK_CPU_SSE_LEVEL >= SK_CPU_SSE_LEVEL_SSE2
|
| + #include <immintrin.h>
|
| +#endif
|
| +
|
| namespace SK_OPTS_NS {
|
|
|
| // An implementation of SrcOver from bytes to bytes in linear space that takes advantage of the
|
|
|