Skip to content

Commit 2015a79

Browse files
authored
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 <lg@larrygritz.com>
1 parent b8ffc12 commit 2015a79

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)