[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-janitors] #1462: srfi-4 unit should support s64 and u64 vectors
From: |
Chicken Trac |
Subject: |
[Chicken-janitors] #1462: srfi-4 unit should support s64 and u64 vectors in Chicken 5 |
Date: |
Mon, 14 May 2018 21:25:03 -0000 |
#1462: srfi-4 unit should support s64 and u64 vectors in Chicken 5
----------------------------+-------------------------------
Reporter: johnwcowan | Owner:
Type: defect | Status: new
Priority: major | Milestone: 5.0
Component: core libraries | Version: 4.13.0
Keywords: srfi-4 | Estimated difficulty: easy
----------------------------+-------------------------------
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.
--
Ticket URL: <https://bugs.call-cc.org/ticket/1462>
CHICKEN Scheme <https://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.
- [Chicken-janitors] #1462: srfi-4 unit should support s64 and u64 vectors in Chicken 5,
Chicken Trac <=