Skip to content

Commit

Permalink
TRY: get rid of vint4::m_val union member (but don't yet remove the u…
Browse files Browse the repository at this point in the history
…nion

Signed-off-by: Larry Gritz <lg@larrygritz.com>
  • Loading branch information
lgritz committed Mar 11, 2024
1 parent 6aa47e3 commit a540bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/OpenImageIO/simd.h
Original file line number Diff line number Diff line change
Expand Up @@ -1172,7 +1172,7 @@ class vint4 {
// The actual data representation
union {
simd_t m_simd;
value_t m_val[elements];
// value_t m_val[elements];
};
};

Expand Down

0 comments on commit a540bbd

Please sign in to comment.