diff --git a/src/include/OpenImageIO/simd.h b/src/include/OpenImageIO/simd.h index e0cdebdc1e..277ddf9fb2 100644 --- a/src/include/OpenImageIO/simd.h +++ b/src/include/OpenImageIO/simd.h @@ -276,7 +276,7 @@ // Without SSE, we need to fall back on Imath for matrix44 invert -#if !OIIO_SIMD_SSE +#if !OIIO_SIMD_SSE && !defined(__CUDA_ARCH__) # include #endif