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
I'm opening this GitHub issue here because the underlying issue hasn't been solved. (And I've checked the compiler explorer, the issue is still present on the latest msvc...)
After #1000 and #1156, this is (much?) less severe because we now support 64-bit targets on MSVC, and MSVC produces proper constant-time muls for those targets, it just outputs imul.
From PR #711, which has been closed:
I'm opening this GitHub issue here because the underlying issue hasn't been solved. (And I've checked the compiler explorer, the issue is still present on the latest msvc...)
After #1000 and #1156, this is (much?) less severe because we now support 64-bit targets on MSVC, and MSVC produces proper constant-time muls for those targets, it just outputs
imul
.The best solution is probably #815.
The text was updated successfully, but these errors were encountered: