File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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" );
You can’t perform that action at this time.
0 commit comments