Handbook
Glossary
%zero-vector ( dst rep -- )
Vocabulary
cpu
.
architecture
Inputs
dst
an
object
rep
an
object
Outputs
None
Definition
USING:
system
;
IN:
cpu.architecture
HOOK:
%zero-vector
cpu
( dst rep -- )
Methods
USING:
cpu.architecture
kernel
system
;
M:
arm.64
%zero-vector
2drop
;
USING:
combinators
cpu.architecture
cpu.x86.assembler
kernel
system
;
M:
x86
%zero-vector
{
{
double-2-rep
[
dup
XORPS
]
}
{
float-4-rep
[
dup
XORPS
]
}
[
drop
dup
PXOR
]
}
case
;