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
runtime: enable shims for Float16 on Windows (x86)
When building for Windows x86, we do not have `__i686__` defined, but do
have `__i386__` defined. Ensure that the routines are included for the
x86 Windows target.
0 commit comments