BUG=skia:3362
Review URL: https://codereview.chromium.org/
1004693002
// It is important _not_ to put header guards here.
// This file will be intentionally included three times.
+#include "SkTypes.h" // Keep this before any #ifdef for skbug.com/3362
+
#if defined(SK4X_PREAMBLE)
#include <arm_neon.h>
// It is important _not_ to put header guards here.
// This file will be intentionally included three times.
+#include "SkTypes.h" // Keep this before any #ifdef for skbug.com/3362
+
#if defined(SK4X_PREAMBLE)
#include "SkFloatingPoint.h"
#include <math.h>
// Useful reading:
// https://software.intel.com/sites/landingpage/IntrinsicsGuide/
+#include "SkTypes.h" // Keep this before any #ifdef for skbug.com/3362
+
#if defined(SK4X_PREAMBLE)
// Code in this file may assume SSE and SSE2.
#include <emmintrin.h>