Handbook
Glossary
homogeneous-rep ( rep -- rep' )
Vocabulary
cpu
.
arm
.
64
.
abi
Inputs
rep
an
object
Outputs
rep'
an
object
Definition
USING:
combinators
cpu.architecture
kernel
;
IN:
cpu.arm.64.abi
:
homogeneous-rep
( rep -- rep' )
{
{
[
dup
small-float-rep?
]
[
drop
half-rep
]
}
{
[
dup
vector-rep?
]
[
drop
float-4-rep
]
}
[
]
}
cond
;