Paul Reichert
1efefc25a5
fix: expose Int* definitions for simprocs and decide ( fixes #10546 ) ( #10631 )
...
This PR exposes the definitions about `Int*`. The main reason is that
the `SInt` simprocs require many of them to be exposed. Furthermore,
`decide` now works with `Int*` operations. This fixes #10631 .
2025-10-01 15:53:02 +00:00
Kim Morrison
2b23afdfab
chore: remove >6 month old deprecations ( #10446 )
2025-09-22 12:47:11 +00:00
Markus Himmel
b08fc5dfda
feat: IntX.ofBitVec ( #7048 )
...
This PR adds the functions `IntX.ofBitVec`.
2025-02-12 14:49:31 +00:00
Henrik Böving
c77b6a2c64
feat: define ISize and basic operations on it ( #5961 )
2024-11-05 15:08:19 +00:00
Henrik Böving
93dd6f2b36
feat: add Int16/Int32/Int64 ( #5885 )
...
This adds all fixed width integers with the exception of `ssize_t` so
the code is quick to review as everything just behaves the same.
2024-11-04 13:18:05 +00:00
Henrik Böving
193b6f2bec
feat: define Int8 ( #5790 )
2024-10-25 06:06:40 +00:00