specialized-arrays: fill in missing manifest bits
parent
cd0eb76806
commit
f626e456dd
|
@ -5,13 +5,13 @@ compiler.tree.debugger math libc destructors sequences.private
|
||||||
multiline eval words vocabs namespaces assocs prettyprint
|
multiline eval words vocabs namespaces assocs prettyprint
|
||||||
alien.data math.vectors definitions compiler.test ;
|
alien.data math.vectors definitions compiler.test ;
|
||||||
FROM: specialized-arrays.private => specialized-array-vocab ;
|
FROM: specialized-arrays.private => specialized-array-vocab ;
|
||||||
FROM: alien.c-types => int float bool char float ulonglong ushort uint
|
FROM: alien.c-types => int float bool uchar char float ulonglong ushort uint
|
||||||
heap-size ;
|
heap-size ;
|
||||||
FROM: alien.data => little-endian? ;
|
FROM: alien.data => little-endian? ;
|
||||||
IN: specialized-arrays.tests
|
IN: specialized-arrays.tests
|
||||||
|
|
||||||
SPECIALIZED-ARRAY: int
|
SPECIALIZED-ARRAY: int
|
||||||
SPECIALIZED-ARRAYS: bool ushort char uint float ulonglong ;
|
SPECIALIZED-ARRAYS: bool uchar ushort char uint float ulonglong ;
|
||||||
|
|
||||||
[ t ] [ { 1 2 3 } int >c-array int-array? ] unit-test
|
[ t ] [ { 1 2 3 } int >c-array int-array? ] unit-test
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue