|
|
|
|
|
by brucehoult
385 days ago
|
|
Yes, for cryptography you'd like to have constant time, but this has to be an awfully low bandwidth channel! A `cmov` will have the same serialisation problem as `adc` but on machines without carry it might still leave you better off than the obvious `add s,a,b; sltu co,s,a; add s,s,ci; sltu t,s,ci; or co,co,t`. |
|