Skip to content

Commit

Permalink
OCIO: Remove avx target feature from AVX2RGBAPack::Load().
Browse files Browse the repository at this point in the history
  • Loading branch information
furby-tm committed Mar 16, 2024
1 parent ef077ac commit 0c0d6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/OpenColorIO/AVX2.h
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ struct AVX2RGBAPack<BIT_DEPTH_F16>
template <>
struct AVX2RGBAPack<BIT_DEPTH_F32>
{
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);
Expand Down

0 comments on commit 0c0d6fd

Please sign in to comment.