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