mirror of
https://github.com/allaunthefox/SilverSight.git
synced 2026-08-17 15:20:35 +00:00
Fixes applied to Rust, Julia, and R AVM ISA ports: 1. Division rounding: use floor division (matching Lean Int.ediv) 2. Clamp range: symmetric [-2147483647, 2147483647] for Q16_16, [-32767, 32767] for Q0_16 (preserves negation involution) 3. V6 sign-decomposition comparison for ltQ16 4. Stack depth limit: maxStackDepth = 1024 with StackOverflow error 5. Added AVM-specific constants and helpers to each port All three ports now match the Lean reference specification. |
||
|---|---|---|
| .. | ||
| block-buffer-ba5487fa0bd48090 | ||
| cfg-if-595cd1fd9b5b1165 | ||
| cpufeatures-e124fef1b1d91f00 | ||
| crypto-common-121deb944156ca4c | ||
| digest-ccef2157e38fd51a | ||
| generic-array-8dfb2b39765de00e | ||
| generic-array-c61903c61fac97ae | ||
| generic-array-d73a6db3dcac957a | ||
| sha2-9772533f5abdf09c | ||
| silversight-7fa3cf623dbc565f | ||
| silversight-018a05e077788a7d | ||
| silversight-84f93a17283a98b6 | ||
| silversight-0091d08d533221a7 | ||
| silversight-91f411766c648bdc | ||
| typenum-2185ef6a5315ebfd | ||
| version_check-840764120b23b4cc | ||