Skip to content

Commit 463e8dd

Browse files
committed
CHANGELOG
1 parent 08de8b7 commit 463e8dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@
4343
(XXui) e :
4444
if e has type wXX it the identity
4545
if e has type int ensure that e is in the range of siXX, else it is a safety violation.
46-
The key feature of this new type are for the extraction to easycrypt,
47-
they are extracted to int removing the need to deal with modulus 2^XX operations.
46+
Introduce zquot and zrem operators on int : "e1 /s e2" and "e1 %s e2".
47+
The key feature of this new type are for the extraction to easycrypt.
48+
They are extracted to int, removing the need to deal with modulus 2^XX operations.
4849
([PR #1071](https://github.com/jasmin-lang/jasmin/pull/1071)).
4950

50-
5151
## Bug fixes
5252

5353
- Fix EC extraction in case on nested loops

0 commit comments

Comments
 (0)