IRC channel logs

2025-05-31.log

back to list of logs

<old>anyway to do arithmeric on fixed unsigned value?
<old>Like I want to do arithmeric on unsigned 64 bit
<old>and have the wrap-around
<rlb>old: looks vm uadd will do it for u64, but that may not help
<dsmith>old, There is the r6rs fixnum stuff, but you can't specify the word size, it's machine dependant: https://www.gnu.org/software/guile/manual/html_node/rnrs-arithmetic-fixnums.html