Skip to content

Commit 857b2a9

Browse files
authored
Finish removing Imath include (#4371)
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 <[email protected]> Co-authored-by: Thiago Ize <[email protected]>
1 parent 5acbf88 commit 857b2a9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/include/OpenImageIO/simd.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,6 @@
4646

4747
#include <OpenImageIO/detail/fmt.h>
4848

49-
// Without SSE, we need to fall back on Imath for matrix44 invert
50-
#if !OIIO_SIMD_SSE
51-
# include <OpenImageIO/Imath.h>
52-
#endif
53-
5449

5550
//////////////////////////////////////////////////////////////////////////
5651
// Sort out which SIMD capabilities we have and set definitions

0 commit comments

Comments
 (0)