This commit is contained in:
Jose Prous 2015-09-13 19:41:36 -04:00
commit 30b83be20d

View file

@ -237,7 +237,7 @@ contention. Such operations, as in
```nasm
mov eax,edx ;U-pipe cycle 1
sub edx,edxX ;V-pipe cycle 1
sub edx,edx ;V-pipe cycle 1
```
are free of charge.