AcademySoftwareFoundation / OpenShadingLanguage

Advanced shading language for production GI renderers
BSD 3-Clause "New" or "Revised" License
2.07k stars 350 forks source link

cleanup: switch deprecated oiio simd names to modern #1679

Closed lgritz closed 1 year ago

lgritz commented 1 year ago

Oops, I noticed that OSL was still using deprecated OIIO::simd type aliases (float4, int4, bool4) instead of the modern vfloat4, vint4, vbool4.

lgritz commented 1 year ago

Does this seem acceptable?