Skip to content

Commit 17e1ff2

Browse files
committed
build: Restore OIIO_AVX512ER_ENABLED preprocessor symbol (#4735)
This useless symbol was removed in PR #4724, but maybe downstream things used it and will break simply because it was removed, even though it never would have been nonzero. It should not have been completely removed except at a compatibility-breaking version boundary. Signed-off-by: Larry Gritz <[email protected]>
1 parent 79caa1b commit 17e1ff2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/include/OpenImageIO/simd.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@
213213
# define OIIO_AVX512CD_ENABLED 0
214214
# define OIIO_AVX512BW_ENABLED 0
215215
#endif
216+
#define OIIO_AVX512ER_ENABLED 0 /* DEPRECATED(3.1) */
216217

217218
#if defined(__FMA__)
218219
# define OIIO_FMA_ENABLED 1

0 commit comments

Comments
 (0)