#ifndef ANKI_MATH_MATH_SIMD_H #define ANKI_MATH_MATH_SIMD_H #if defined(ANKI_MATH_INTEL_SIMD) # include <smmintrin.h> #endif #endif