diff --git a/Sources/OpenColorIO/AVX2.h b/Sources/OpenColorIO/AVX2.h index 4d04452c..905353e7 100644 --- a/Sources/OpenColorIO/AVX2.h +++ b/Sources/OpenColorIO/AVX2.h @@ -299,7 +299,7 @@ struct AVX2RGBAPack template <> struct AVX2RGBAPack { - static inline OCIO_TARGET_ATTRIBUTE("avx") + static inline void Load(const float *in, __m256& r, __m256& g, __m256& b, __m256& a) { const __m256i rgba_idx = _mm256_setr_epi32(0, 8, 16, 24, 4, 12, 20, 28);