Skip to content

Commit

Permalink
Comment out matrix44 m_vals
Browse files Browse the repository at this point in the history
Signed-off-by: Larry Gritz <lg@larrygritz.com>
  • Loading branch information
lgritz committed Mar 10, 2024
1 parent 1e09ef1 commit 6d719d7
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 @@ -2548,7 +2548,7 @@ class matrix44 {
private:
union {
vfloat4 m_row[rows];
value_t m_vals[rows][cols];
// value_t m_vals[rows][cols];
};
};

Expand Down

0 comments on commit 6d719d7

Please sign in to comment.