aboutsummaryrefslogtreecommitdiff
path: root/src/dsp/film_grain.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dsp/film_grain.h')
-rw-r--r--src/dsp/film_grain.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/dsp/film_grain.h b/src/dsp/film_grain.h
index fe93270..f75a354 100644
--- a/src/dsp/film_grain.h
+++ b/src/dsp/film_grain.h
@@ -25,6 +25,14 @@
// ARM:
#include "src/dsp/arm/film_grain_neon.h"
+// x86:
+// Note includes should be sorted in logical order avx2/avx/sse4, etc.
+// The order of includes is important as each tests for a superior version
+// before setting the base.
+// clang-format off
+#include "src/dsp/x86/film_grain_sse4.h"
+// clang-format on
+
// IWYU pragma: end_exports
namespace libgav1 {