Skip to content

Commit

Permalink
Finish removing Imath include
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.

Signed-off-by: Thiago Ize <[email protected]>
  • Loading branch information
ThiagoIze authored and Thiago Ize committed Aug 11, 2024
1 parent 80541ad commit 3c9ed7b
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 3c9ed7b

Please sign in to comment.