Browse Source
they no longer require their inputs to be canonicalized 32b values, so this speeds up mixed int/long code sequences.cs250
2 changed files with 2 additions and 2 deletions
@ -1,2 +1,2 @@ |
|||
require_xpr64; |
|||
RD = sext32(sreg_t(RS1) >> SHAMTW); |
|||
RD = sext32(int32_t(RS1) >> SHAMTW); |
|||
|
|||
Loading…
Reference in new issue