Skip to content

Commit dc53561

Browse files
ssh4netlgritz
andauthored
Update src/libOpenImageIO/imagebufalgo_addsub.cpp
Co-authored-by: Larry Gritz <lg@larrygritz.com> Signed-off-by: Vlad Erium <shaamaan@gmail.com>
1 parent d57aa9d commit dc53561

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libOpenImageIO/imagebufalgo_addsub.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ add_impl_scalar(ImageBuf& R, const ImageBuf& A, cspan<float> b, ROI roi,
6767

6868

6969

70-
#if defined(OIIO_USE_HWY) && OIIO_USE_HWY
70+
#if OIIO_USE_HWY
7171
// Native integer add using SaturatedAdd (scale-invariant, no float conversion)
7272
template<class T>
7373
static bool

0 commit comments

Comments
 (0)