Skip to content

Commit e8b32a2

Browse files
authored
build: Remove unused symbol that was removed from OIIO main (#1984)
This symbol was for an architecture that never shipped mainstream, we don't need to look for it. Signed-off-by: Larry Gritz <[email protected]>
1 parent 96d0131 commit e8b32a2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
old_node: 1
8181
cxx_std: 17
8282
opencolorio_ver: v2.2.1
83-
openimageio_ver: v3.0.2.0
83+
openimageio_ver: v3.0.6.1
8484
python_ver: 3.9
8585
pybind11_ver: v2.7.0
8686
simd: avx2,f16c
@@ -371,7 +371,7 @@ jobs:
371371
cxx_std: 17
372372
fmt_ver: 7.1.3
373373
opencolorio_ver: v2.3.2
374-
openimageio_ver: v3.0.2.0
374+
openimageio_ver: v3.0.6.1
375375
python_ver: "3.10"
376376
pybind11_ver: v2.10.0
377377
simd: avx2,f16c

src/liboslexec/shadingsys.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1568,7 +1568,6 @@ osl_simd_caps()
15681568
if (OIIO_AVX512DQ_ENABLED) caps.emplace_back ("avx512dq");
15691569
if (OIIO_AVX512IFMA_ENABLED) caps.emplace_back ("avx512ifma");
15701570
if (OIIO_AVX512PF_ENABLED) caps.emplace_back ("avx512pf");
1571-
if (OIIO_AVX512ER_ENABLED) caps.emplace_back ("avx512er");
15721571
if (OIIO_AVX512CD_ENABLED) caps.emplace_back ("avx512cd");
15731572
if (OIIO_AVX512BW_ENABLED) caps.emplace_back ("avx512bw");
15741573
if (OIIO_AVX512VL_ENABLED) caps.emplace_back ("avx512vl");

0 commit comments

Comments
 (0)