Handbook
Glossary
dot-output-class ( rep -- class )
Vocabulary
compiler
.
tree
.
propagation
.
simd
Inputs
rep
an
object
Outputs
class
an
object
Definition
USING:
accessors
compiler.tree.propagation.info
cpu.architecture
kernel
math
sequences
;
IN:
compiler.tree.propagation.simd
:
dot-output-class
( rep -- class )
dup
literal?>>
[
literal>>
scalar-rep-of
{
float-rep
double-rep
}
member?
float
integer
?
]
[
drop
real
]
if
<class-info>
;