You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OSL (@ c7d77d8) fails to build on Windows due to PR #1276
in OSL/mask.h, line 166, __builtin_ctz is undefined on MSVC.
I fixed this with the following patch (taken from c7d77d8) but I'm not sure if this is ok.
Maybe the author of the PR (@AlexMWells) could take a look ?
Problem
OSL (@ c7d77d8) fails to build on Windows due to PR #1276
in
OSL/mask.h
, line 166,__builtin_ctz
is undefined on MSVC.I fixed this with the following patch (taken from c7d77d8) but I'm not sure if this is ok.
Maybe the author of the PR (@AlexMWells) could take a look ?
Versions
The text was updated successfully, but these errors were encountered: