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
Apple doesn't share global variables across dynamic library even when they are linked. This is a problem in particular for the TLS storage index/class which needs to be initialized. dxc initializes, but dxcompiler doesn't.
Apple doesn't share global variables across dynamic library even when they are linked. This is a problem in particular for the TLS storage index/class which needs to be initialized. dxc initializes, but dxcompiler doesn't.