Skip to content

Commit

Permalink
Finish removing Imath include (#4371)
Browse files Browse the repository at this point in the history
lgritz@4cb956b
lost this removal when resolving a merge conflict. This properly removes
it.

#4076
implemented matrix44::inverse() so that we could stop including Imath.h.
It removed the Imath.h include in the master/dev-2.6 branch but the
dev-2.5 branch kept the include, likely because of an improperly
resolved merge conflict. This PR removes the include like in master.

No tests are needed. As long as it compiles, this should be good. I
verified this builds on arm64.

Signed-off-by: Thiago Ize <10453105+ThiagoIze@users.noreply.github.com>
Co-authored-by: Thiago Ize <10453105+ThiagoIze@users.noreply.github.com>
  • Loading branch information
ThiagoIze and ThiagoIze authored Aug 11, 2024
1 parent 5acbf88 commit 857b2a9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/include/OpenImageIO/simd.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@

#include <OpenImageIO/detail/fmt.h>

// Without SSE, we need to fall back on Imath for matrix44 invert
#if !OIIO_SIMD_SSE
# include <OpenImageIO/Imath.h>
#endif


//////////////////////////////////////////////////////////////////////////
// Sort out which SIMD capabilities we have and set definitions
Expand Down

0 comments on commit 857b2a9

Please sign in to comment.