%gather-int-vector-4-reps ( -- reps )


Vocabulary
cpu.architecture

Definition
USING: system ;

IN: cpu.architecture

HOOK: %gather-int-vector-4-reps cpu ( -- reps )


Methods
USING: cpu.architecture kernel ;

M: object %gather-int-vector-4-reps { } ;


USING: cpu.architecture cpu.x86.features cpu.x86.sse system ;

M: x86 %gather-int-vector-4-reps
{ { sse4.1? { int-4-rep uint-4-rep } } } available-reps ;