Opened 7 years ago
Closed 7 years ago
#1462 closed defect (worksforme)
srfi-4 unit should support s64 and u64 vectors in Chicken 5
Reported by: | johnwcowan | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 5.0 |
Component: | core libraries | Version: | 4.13.0 |
Keywords: | srfi-4 | Cc: | |
Estimated difficulty: | easy |
Description
SRFI 4 has four sizes of integer vectors, 8-bit, 16-bit, 32-bit, and 64-bit vectors in signed and unsigned flavors. Currently, there is no support for 64-bit vectors anywhere in Chicken 4, even if the numbers egg is loaded. With native bignums, supporting s64vectors and u64vectors is straightforward and should be provided.
Note: See
TracTickets for help on using
tickets.
I don't know what you've checked, but it seems to work just fine:
It's even documented, too!