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
cmov: fix portable cmovnz for thumbv6m-none-eabi (#1332)
`thumbv6m-none-eabi` (Cortex M0, M0+ and M1) compiler emits non-constant
time assembly when using `cmovnz` (portable version).
This commit fixes it.
---------
Co-authored-by: Nics <NicsTr@users.noreply.github.com>
0 commit comments